MDL-31319 quiz attempts: include currentpage in backup
This commit is contained in:
@@ -81,7 +81,7 @@ class backup_quiz_activity_structure_step extends backup_questions_activity_stru
|
||||
$attempt = new backup_nested_element('attempt', array('id'), array(
|
||||
'uniqueid', 'userid', 'attemptnum', 'sumgrades',
|
||||
'timestart', 'timefinish', 'timemodified', 'layout',
|
||||
'preview'));
|
||||
'preview', 'currentpage'));
|
||||
|
||||
// This module is using questions, so produce the related question states and sessions
|
||||
// attaching them to the $attempt element based in 'uniqueid' matching
|
||||
|
||||
Reference in New Issue
Block a user