From 11f623878d761e50dd6f575bf6f5065b15777678 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Fri, 10 Feb 2012 14:42:32 +0000 Subject: [PATCH] MDL-47494 gapselect: Update version.php and readme. --- question/type/gapselect/README.txt | 9 +++------ question/type/gapselect/lang/en/qtype_gapselect.php | 6 +++--- question/type/gapselect/version.php | 9 ++++++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/question/type/gapselect/README.txt b/question/type/gapselect/README.txt index 29ef7c3bfab..2ca69d4c287 100644 --- a/question/type/gapselect/README.txt +++ b/question/type/gapselect/README.txt @@ -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. diff --git a/question/type/gapselect/lang/en/qtype_gapselect.php b/question/type/gapselect/lang/en/qtype_gapselect.php index 69c44865455..e110520c39c 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 */ @@ -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'; diff --git a/question/type/gapselect/version.php b/question/type/gapselect/version.php index 35d30ee8431..8ce32d1b19e 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 = 2011070100; +$plugin->cron = 0; +$plugin->component = 'qtype_gapselect'; +$plugin->maturity = MATURITY_STABLE; +$plugin->release = '1.0';