mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 12:34:28 +01:00
MDL-31319 quiz attempts: include currentpage in backup
This commit is contained in:
parent
f6b4ec2b4a
commit
7ea638e48a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user