diff --git a/question/type/ordering/readme.txt b/question/type/ordering/readme.txt new file mode 100644 index 00000000000..e69de29bb2d diff --git a/question/type/ordering/version.php b/question/type/ordering/version.php index 6fa6a0cc47b..5d2a25195b6 100644 --- a/question/type/ordering/version.php +++ b/question/type/ordering/version.php @@ -1,4 +1,5 @@ . /** - * Version information for the multiple choice question type. + * Version information for the ORDERING question type * * @package qtype - * @subpackage multichoice - * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} + * @subpackage ordering + * @copyright 2010 Thomas Robb * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ +// prevent direct access to this script defined('MOODLE_INTERNAL') || die(); +$plugin->cron = 0; $plugin->component = 'qtype_ordering'; -$plugin->maturity = MATURITY_STABLE; -$plugin->version = 2013062800; +$plugin->maturity = MATURITY_STABLE; // ALPHA=50, BETA=100, RC=150, STABLE=200 +$plugin->release = '2013-06-28.00'; +$plugin->version = 2013062800; +$plugin->requires = 2010112400; // Moodle 2.0