public function LongAnswerResponse::getReportFormSubmit in OG Quiz 7
Implementation of getReportFormSubmit
Overrides QuizQuestionResponse::getReportFormSubmit
See also
QuizQuestionResponse#getReportFormSubmit($showfeedback, $showpoints, $allow_scoring)
File
- includes/
og_long_answer.php, line 424 - Long answer classes.
Class
- LongAnswerResponse
- Extension of QuizQuestionResponse
Code
public function getReportFormSubmit($showfeedback = TRUE, $showpoints = TRUE, $allow_scoring = FALSE) {
return $allow_scoring ? 'long_answer_report_submit' : FALSE;
}