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

This commit is contained in:
skodak
2006-11-26 23:00:28 +00:00
parent 802fe94a28
commit b708f1bf47
+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);