You are here

public function ShortAnswerResponse::getReportFormSubmit in Quiz 7.5

Same name and namespace in other branches
  1. 6.4 question_types/short_answer/short_answer.classes.inc \ShortAnswerResponse::getReportFormSubmit()
  2. 7.6 question_types/short_answer/short_answer.classes.inc \ShortAnswerResponse::getReportFormSubmit()
  3. 7 question_types/short_answer/short_answer.classes.inc \ShortAnswerResponse::getReportFormSubmit()
  4. 7.4 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 439
Short answer classes.

Class

ShortAnswerResponse
Extension of QuizQuestionResponse.

Code

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