MDL-7631 Incorrect grading when Each attempt builds on the last and questions on more than one page; backported from HEAD

This commit is contained in:
skodak
2006-11-26 23:02:06 +00:00
parent e2a73d8a93
commit c76465c42b
+1 -1
View File
@@ -322,7 +322,7 @@
$action = new stdClass;
$action->responses = $laststate->responses;
$action->timestamp = $laststate->timestamp;
$action->event = QUESTION_EVENTOPEN;
$action->event = QUESTION_EVENTSAVE; //emulate save of questions from all pages MDL-7631
// Process these responses ...
question_process_responses($questions[$i], $states[$i], $action, $quiz, $attempt);