mirror of
https://github.com/moodle/moodle.git
synced 2025-03-19 23:20:09 +01:00
MDL-79863 qtype_ordering: qtype_ordering merge Vadim's PULL request for phpdocs and code style
This commit is contained in:
parent
7f5464d5bf
commit
f64ba7bace
@ -651,6 +651,11 @@ class qtype_ordering_question extends question_graded_automatically {
|
||||
$prependsubset = true;
|
||||
$appendtosubset = true;
|
||||
break;
|
||||
|
||||
default: // shouldn't happen !!
|
||||
$tailsets = array();
|
||||
$prependsubset = false;
|
||||
$appendtosubset = false;
|
||||
}
|
||||
|
||||
// Append any $tailsets that were found.
|
||||
|
@ -29,5 +29,5 @@ $plugin->cron = 0;
|
||||
$plugin->component = 'qtype_ordering';
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
$plugin->requires = 2011070100; // Moodle 2.1.
|
||||
$plugin->version = 2016050252;
|
||||
$plugin->release = '2016-05-02 (52)';
|
||||
$plugin->version = 2016051153;
|
||||
$plugin->release = '2016-05-11 (53)';
|
||||
|
Loading…
x
Reference in New Issue
Block a user