You are here

function short_answer_report_submit in Quiz 7.6

Same name and namespace in other branches
  1. 8.4 question_types/short_answer/short_answer.module \short_answer_report_submit()
  2. 6.4 question_types/short_answer/short_answer.module \short_answer_report_submit()
  3. 7 question_types/short_answer/short_answer.module \short_answer_report_submit()
  4. 7.4 question_types/short_answer/short_answer.module \short_answer_report_submit()
  5. 7.5 question_types/short_answer/short_answer.module \short_answer_report_submit()

Submit the result report for short answer

1 string reference to 'short_answer_report_submit'
ShortAnswerResponse::getReportFormSubmit in question_types/short_answer/short_answer.classes.inc
Implementation of getReportFormSubmit

File

question_types/short_answer/short_answer.module, line 202
The main file for short_answer.

Code

function short_answer_report_submit($values) {
  short_answer_score_an_answer($values, FALSE);
}