MDL-79863 qtype_ordering: qtype/ordering add showgrading field to backup file
This commit is contained in:
committed by
Mathew May
parent
52f064a5b6
commit
912e5646e9
@@ -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');
|
||||
|
||||
@@ -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)';
|
||||
|
||||
Reference in New Issue
Block a user