You are here

public function ShortAnswerResponse::getReportFormSubmit in Quiz 7.6

Same name and namespace in other branches
  1. 6.4 question_types/short_answer/short_answer.classes.inc \ShortAnswerResponse::getReportFormSubmit()
  2. 7 question_types/short_answer/short_answer.classes.inc \ShortAnswerResponse::getReportFormSubmit()
  3. 7.4 question_types/short_answer/short_answer.classes.inc \ShortAnswerResponse::getReportFormSubmit()
  4. 7.5 question_types/short_answer/short_answer.classes.inc \ShortAnswerResponse::getReportFormSubmit()

Implementation of getReportFormSubmit

Overrides QuizQuestionResponse::getReportFormSubmit

See also

QuizQuestionResponse#getReportFormSubmit()

File

question_types/short_answer/short_answer.classes.inc, line 469
The main classes for the short answer question type.

Class

ShortAnswerResponse
Extension of QuizQuestionResponse

Code

public function getReportFormSubmit() {
  return 'short_answer_report_submit';
}