You are here

public function LongAnswerResponse::getReportFormSubmit in Quiz 8.4

Implementation of getReportFormSubmit

Overrides QuizQuestionResponse::getReportFormSubmit

See also

QuizQuestionResponse#getReportFormSubmit($showfeedback, $showpoints, $allow_scoring)

File

question_types/long_answer/lib/Drupal/long_answer/LongAnswerResponse.php, line 259

Class

LongAnswerResponse
Extension of QuizQuestionResponse

Namespace

Drupal\long_answer

Code

public function getReportFormSubmit($showfeedback = TRUE, $showpoints = TRUE, $allow_scoring = FALSE) {
  return $allow_scoring ? 'long_answer_report_submit' : FALSE;
}