From f7dd2d444785807b28744001489dbbcae54f4d9a Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Tue, 22 Feb 2011 19:59:12 +0000 Subject: [PATCH] MDL-47494 gapselect: Add @package and GPL boiler-plate to files in /question. --- question/type/gapselect/edit_form_base.php | 24 ++++++++++++++++++++ question/type/gapselect/rendererbase.php | 26 ++++++++++++++++++++++ question/type/gapselect/version.php | 2 -- 3 files changed, 50 insertions(+), 2 deletions(-) diff --git a/question/type/gapselect/edit_form_base.php b/question/type/gapselect/edit_form_base.php index a9ea3329143..e9304d0c78d 100755 --- a/question/type/gapselect/edit_form_base.php +++ b/question/type/gapselect/edit_form_base.php @@ -1,5 +1,29 @@ . + +/** + * Base class for editing question types like this one. + * + * @package qtype + * @subpackage gapselect + * @copyright 2011 The Open University + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + /** * Elements embedded in question text editing form definition. diff --git a/question/type/gapselect/rendererbase.php b/question/type/gapselect/rendererbase.php index 9d9170d0117..957af39f7a3 100755 --- a/question/type/gapselect/rendererbase.php +++ b/question/type/gapselect/rendererbase.php @@ -1,4 +1,30 @@ . + +/** + * Base class for rendering question types like this one. + * + * @package qtype + * @subpackage gapselect + * @copyright 2011 The Open University + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + + /** * Generates the output for question types where the question includes embedded interactive elements in the * question text. diff --git a/question/type/gapselect/version.php b/question/type/gapselect/version.php index 8b9c238fa35..8dd65bc5ced 100755 --- a/question/type/gapselect/version.php +++ b/question/type/gapselect/version.php @@ -15,7 +15,6 @@ // You should have received a copy of the GNU General Public License // along with Moodle. If not, see . - /** * Version information for the select missing words question type. * @@ -25,6 +24,5 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ - $plugin->version = 2011020100; $plugin->requires = 2011011200; -- 2.43.0