]> git.mjollnir.org Git - moodle.git/commitdiff
Give the question bank code sensible PHPdocumentor package names.
authorpichetp <pichetp>
Wed, 21 Mar 2007 02:04:53 +0000 (02:04 +0000)
committerpichetp <pichetp>
Wed, 21 Mar 2007 02:04:53 +0000 (02:04 +0000)
12 files changed:
question/type/datasetdependent/datasetdefinitions_form.php
question/type/description/edit_description_form.php
question/type/essay/edit_essay_form.php
question/type/match/edit_match_form.php
question/type/missingtype/edit_missingtype_form.php
question/type/multianswer/edit_multianswer_form.php
question/type/multichoice/edit_multichoice_form.php
question/type/numerical/edit_numerical_form.php
question/type/random/edit_random_form.php
question/type/randomsamatch/edit_randomsamatch_form.php
question/type/shortanswer/edit_shortanswer_form.php
question/type/truefalse/edit_truefalse_form.php

index 57f0c8d22e828aeaf9a4497c8385062e4d7bcc13..c2c7bc4f111417b89fffc08791c4a6b3a1c43609 100644 (file)
@@ -1,4 +1,9 @@
 <?php
+/**
+ * @package questionbank
+ * @subpackage questiontypes
+ */
+
 class question_dataset_dependent_definitions_form extends moodleform {
     /**
      * Question object with options and answers already loaded by get_question_options
index be11cd995aef540827bae639e65a7d38b1a12793..15680de777c270391b2816f13740de4c370a9e74 100644 (file)
@@ -5,7 +5,8 @@
  * @copyright &copy; 2007 Jamie Pratt
  * @author Jamie Pratt me@jamiep.org
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
- * @package questions
+ * @package questionbank
+ * @subpackage questiontypes
  */
 
 /**
index f3122311da1b30f57f6a64da7cf2e97f6aeae811..da46201e50c49b62b479b16124575ea612e81365 100644 (file)
@@ -5,7 +5,8 @@
  * @copyright &copy; 2007 Jamie Pratt
  * @author Jamie Pratt me@jamiep.org
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
- * @package questions
+ * @package questionbank
+ * @subpackage questiontypes
  */
 
 /**
index 9e72f5dd54b7e0b83f4b2bb9279972f275cf44a7..97373b24b1a4e133e667375d526e8329eddf6b2e 100644 (file)
@@ -5,7 +5,8 @@
  * @copyright &copy; 2007 Jamie Pratt
  * @author Jamie Pratt me@jamiep.org
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
- * @package questions
+ * @package questionbank
+ * @subpackage questiontypes
  */
 
 /**
index 8c39e070acc82762ab0f0e467cc2bbe2b452860d..6cef3ad8948398afe1b9eb0634a2306d976bb3aa 100644 (file)
@@ -5,7 +5,8 @@
  * @copyright &copy; 2007 Jamie Pratt
  * @author Jamie Pratt me@jamiep.org
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
- * @package questions
+ * @package questionbank
+ * @subpackage questiontypes
  */
 
 /**
index 26837a1bbf02bc87d74f993f6be8c39b12e4b29c..fbd338745d3faa7375e97ead54482a9f54b9d513 100644 (file)
@@ -5,7 +5,8 @@
  * @copyright &copy; 2007 Jamie Pratt
  * @author Jamie Pratt me@jamiep.org
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
- * @package questions
+ * @package questionbank
+ * @subpackage questiontypes
  */
 
 /**
index 933526fb0dd63dfd8dc76d31b9fd37b4c7889531..49d52633b41507e7421379b7f698343d10e03fa3 100644 (file)
@@ -5,7 +5,8 @@
  * @copyright &copy; 2007 Jamie Pratt
  * @author Jamie Pratt me@jamiep.org
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
- * @package questions
+ * @package questionbank
+ * @subpackage questiontypes
  */
 
 /**
index 0c8bd8f40ee9d994f896e0b5d2f9d4e4a6d19915..ac534a8493c8d0c1a0f9752b84d22aee3e9b4ef2 100644 (file)
@@ -5,7 +5,8 @@
  * @copyright &copy; 2007 Jamie Pratt
  * @author Jamie Pratt me@jamiep.org
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
- * @package questions
+ * @package questionbank
+ * @subpackage questiontypes
  */
 
 /**
index b33cec144da95f503926bb9e7bd04391c2c442b7..0da3436d2565c7d7f9a82f17b149a6be8afabce2 100644 (file)
@@ -5,7 +5,8 @@
  * @copyright &copy; 2007 Jamie Pratt
  * @author Jamie Pratt me@jamiep.org
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
- * @package questions
+ * @package questionbank
+ * @subpackage questiontypes
  */
 
 /**
index 9504951fd5303bfafd12c44b59741fdee71cc5c3..ce22a4d68b2717ec21d7e0b97f39dc4f69d1ae40 100644 (file)
@@ -5,7 +5,8 @@
  * @copyright &copy; 2007 Jamie Pratt
  * @author Jamie Pratt me@jamiep.org
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
- * @package questions
+ * @package questionbank
+ * @subpackage questiontypes
  */
 
 /**
index 776f9e0ff7361d9da80f1c8784e9eb56f5f64b0e..4af58e7722e7d80f30df57b6a525e00debf5f735 100644 (file)
@@ -5,7 +5,8 @@
  * @copyright &copy; 2007 Jamie Pratt
  * @author Jamie Pratt me@jamiep.org
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
- * @package questions
+ * @package questionbank
+ * @subpackage questiontypes
  */
 
 /**
index c54909eaa6b6b832f75fc29e80dd72c2f1d69f41..6267529f4e5e49bd39b4d41108cdfab771406bb5 100644 (file)
@@ -6,7 +6,8 @@ require_once($CFG->dirroot.'/question/type/edit_question_form.php');
  * @copyright &copy; 2006 The Open University
  * @author T.J.Hunt@open.ac.uk
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
- * @package questions
+ * @package questionbank
+ * @subpackage questiontypes
  *//** */
 
 /**