MDL-79863 qtype_ordering: qtype/ordering remember ordering question state when moving between pages in a quiz
This commit is contained in:
committed by
Mathew May
parent
dd5db2f3c0
commit
ad6dd4ac6c
@@ -31,9 +31,9 @@ $string['selecttype_help'] = 'Choose whether to display all the items or a subse
|
||||
$string['selecttype'] = 'Item selection type';
|
||||
|
||||
// requred strings for Moodle 2.0
|
||||
$string['addingordering'] = $string['pluginnameadding'];
|
||||
$string['editingordering'] = $string['pluginnameediting'];
|
||||
$string['ordering_help'] = $string['pluginname_help'];
|
||||
$string['ordering_link'] = $string['pluginname_link'];
|
||||
$string['ordering'] = $string['pluginname'];
|
||||
$string['orderingsummary'] = $string['pluginnamesummary'];
|
||||
$string['addingordering'] = 'Adding an Ordering question';
|
||||
$string['editingordering'] = 'Editing an Ordering question';
|
||||
$string['ordering_help'] = 'Several items are displayed in a jumbled order. The items can be dragged into a meaningful order.';
|
||||
$string['ordering_link'] = 'question/type/ordering';
|
||||
$string['ordering'] = 'Ordering';
|
||||
$string['orderingsummary'] = 'Put jumbled items into a meaningful order.';
|
||||
|
||||
@@ -30,6 +30,6 @@ defined('MOODLE_INTERNAL') || die();
|
||||
$plugin->cron = 0;
|
||||
$plugin->component = 'qtype_ordering';
|
||||
$plugin->maturity = MATURITY_STABLE; // ALPHA=50, BETA=100, RC=150, STABLE=200
|
||||
$plugin->release = '2015-01-17 (11)';
|
||||
$plugin->version = 2015011711;
|
||||
$plugin->release = '2015-01-17 (12)';
|
||||
$plugin->version = 2015011712;
|
||||
$plugin->requires = 2010112400; // Moodle 2.0
|
||||
|
||||
Reference in New Issue
Block a user