Skip to content

Commit f91e3d4

Browse files
committed
MDL-83541 qtype_calculated: Add missing field to backups
1 parent c813c93 commit f91e3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

question/type/calculated/backup/moodle2/backup_qtype_calculated_plugin.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ protected function define_question_plugin_structure() {
7272
$calculatedoption = new backup_nested_element('calculated_option', array('id'), array(
7373
'synchronize', 'single', 'shuffleanswers', 'correctfeedback',
7474
'correctfeedbackformat', 'partiallycorrectfeedback', 'partiallycorrectfeedbackformat',
75-
'incorrectfeedback', 'incorrectfeedbackformat', 'answernumbering'));
75+
'incorrectfeedback', 'incorrectfeedbackformat', 'answernumbering', 'shownumcorrect'));
7676

7777
// Now the own qtype tree.
7878
$pluginwrapper->add_child($calculatedrecords);

0 commit comments

Comments
 (0)