MDL-7631 Incorrect grading when Each attempt builds on the last and questions on more than one page
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user