diff --git a/question/type/gapselect/README.txt b/question/type/gapselect/README.txt index 29ef7c3bfab..9db032b56fd 100644 --- a/question/type/gapselect/README.txt +++ b/question/type/gapselect/README.txt @@ -17,7 +17,4 @@ Then add question/type/gapselect to your git ignore. Alternatively, download the zip from https://github.com/moodleou/moodle-qtype_gapselect/zipball/master -unzip it into the question/type folder, and then rename the new folder to -gapselect. - - +unzip it into the question/type folder, and then rename the new folder to gapselect. diff --git a/question/type/gapselect/lang/en/qtype_gapselect.php b/question/type/gapselect/lang/en/qtype_gapselect.php index 796874c2caa..66ff0efff39 100644 --- a/question/type/gapselect/lang/en/qtype_gapselect.php +++ b/question/type/gapselect/lang/en/qtype_gapselect.php @@ -15,10 +15,9 @@ // along with Moodle. If not, see . /** - * Language strings for the sdrag-and-drop words into sentences question type. + * Language strings for the gap-select question type. * - * @package qtype - * @subpackage gapselect + * @package qtype_gapselect * @copyright 2011 The Open University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/question/type/gapselect/version.php b/question/type/gapselect/version.php index 35d30ee8431..89d6e00dd40 100644 --- a/question/type/gapselect/version.php +++ b/question/type/gapselect/version.php @@ -17,8 +17,7 @@ /** * Version information for the select missing words question type. * - * @package qtype - * @subpackage gapselect + * @package qtype_gapselect * @copyright 2011 The Open University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -26,4 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2011020100; -$plugin->requires = 2011051212; +$plugin->requires = 2011120500; +$plugin->cron = 0; +$plugin->component = 'qtype_gapselect'; +$plugin->maturity = MATURITY_STABLE; +$plugin->release = '1.0';