You are here

function short_answer_report_submit in Quiz 8.4

Same name and namespace in other branches
  1. 6.4 question_types/short_answer/short_answer.module \short_answer_report_submit()
  2. 7.6 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/lib/Drupal/short_answer/ShortAnswerResponse.php
Implementation of getReportFormSubmit

File

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

Code

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