MDL-47494 gapselect: Update version.php and readme.
authorTim Hunt <T.J.Hunt@open.ac.uk>
Fri, 10 Feb 2012 14:42:32 +0000 (14:42 +0000)
committerTim Hunt <T.J.Hunt@open.ac.uk>
Fri, 10 Feb 2012 14:42:32 +0000 (14:42 +0000)
question/type/gapselect/README.txt
question/type/gapselect/lang/en/qtype_gapselect.php
question/type/gapselect/version.php

index 29ef7c3..2ca69d4 100644 (file)
@@ -12,12 +12,9 @@ the Open University (http://www.open.ac.uk/).
 This question type is compatible with Moodle 2.1+.
 
 To install using git, type this command in the root of your Moodle install
-    git clone git://github.com/moodleou/moodle-qtype_gapselect.git question/type/gapselect
+    git clone -b MOODLE_21_STABLE git://github.com/moodleou/moodle-qtype_gapselect.git question/type/gapselect
 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.
-
-
+    https://github.com/moodleou/moodle-qtype_gapselect/zipball/MOODLE_21_STABLE
+unzip it into the question/type folder, and then rename the new folder to gapselect.
index 69c4486..e110520 100644 (file)
 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
 
 /**
- * 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
  */
@@ -39,4 +38,5 @@ $string['gapselect_help'] = 'Type in some question text like "The [[1]] jumped o
 $string['gapselectsummary'] = 'Missing words in some text are filled in using dropdown menus.';
 $string['group'] = 'Group';
 $string['pleaseputananswerineachbox'] = 'Please put an answer in each box.';
+$string['pluginname'] = 'Select missing words';
 $string['shuffle'] = 'Shuffle';
index 35d30ee..8ce32d1 100644 (file)
@@ -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 = 2011070100;
+$plugin->cron      = 0;
+$plugin->component = 'qtype_gapselect';
+$plugin->maturity  = MATURITY_STABLE;
+$plugin->release   = '1.0';