From dcd320b5addf11f7c7d9eddae9cc0baf50b98b69 Mon Sep 17 00:00:00 2001
From: Marina Glancy <marina@moodle.com>
Date: Wed, 25 May 2016 21:08:13 +0800
Subject: [PATCH] MDL-52887 mod_choice: backup allowmultiple option

---
 mod/choice/backup/moodle2/backup_choice_stepslib.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mod/choice/backup/moodle2/backup_choice_stepslib.php b/mod/choice/backup/moodle2/backup_choice_stepslib.php
index 415ada94e70..f0970990cd8 100644
--- a/mod/choice/backup/moodle2/backup_choice_stepslib.php
+++ b/mod/choice/backup/moodle2/backup_choice_stepslib.php
@@ -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'));