MDL-79863 qtype_ordering: qtype/ordering add showgrading field to backup file

This commit is contained in:
Gordon Bateson
2024-04-04 10:59:27 +08:00
committed by Mathew May
parent 52f064a5b6
commit 912e5646e9
2 changed files with 3 additions and 3 deletions
@@ -51,7 +51,7 @@ class backup_qtype_ordering_plugin extends backup_qtype_plugin {
$this->add_question_question_answers($pluginwrapper);
// Now create the qtype own structures.
$fields = array('layouttype', 'selecttype', 'selectcount', 'gradingtype',
$fields = array('layouttype', 'selecttype', 'selectcount', 'gradingtype', 'showgrading',
'correctfeedback', 'correctfeedbackformat',
'incorrectfeedback', 'incorrectfeedbackformat',
'partiallycorrectfeedback', 'partiallycorrectfeedbackformat');
+2 -2
View File
@@ -29,5 +29,5 @@ $plugin->cron = 0;
$plugin->component = 'qtype_ordering';
$plugin->maturity = MATURITY_STABLE;
$plugin->requires = 2010112400; // Moodle 2.0
$plugin->version = 2018122682;
$plugin->release = '2018-12-26 (82)';
$plugin->version = 2019010883;
$plugin->release = '2019-01-08 (83)';