mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-52887-master' of git://github.com/marinaglancy/moodle
This commit is contained in:
commit
bc413a6078
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class backup_choice_activity_structure_step extends backup_activity_structure_st
|
|||
// Define each element separated
|
||||
$choice = new backup_nested_element('choice', array('id'), array(
|
||||
'name', 'intro', 'introformat', 'publish',
|
||||
'showresults', 'display', 'allowupdate', 'showunanswered',
|
||||
'showresults', 'display', 'allowupdate', 'allowmultiple', 'showunanswered',
|
||||
'limitanswers', 'timeopen', 'timeclose', 'timemodified',
|
||||
'completionsubmit', 'showpreview', 'includeinactive'));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue