From 830e47a817526df6949de7eb0f128468bc4dcdad Mon Sep 17 00:00:00 2001 From: pichetp Date: Wed, 21 Mar 2007 02:04:53 +0000 Subject: [PATCH] Give the question bank code sensible PHPdocumentor package names. --- question/type/datasetdependent/datasetdefinitions_form.php | 5 +++++ question/type/description/edit_description_form.php | 3 ++- question/type/essay/edit_essay_form.php | 3 ++- question/type/match/edit_match_form.php | 3 ++- question/type/missingtype/edit_missingtype_form.php | 3 ++- question/type/multianswer/edit_multianswer_form.php | 3 ++- question/type/multichoice/edit_multichoice_form.php | 3 ++- question/type/numerical/edit_numerical_form.php | 3 ++- question/type/random/edit_random_form.php | 3 ++- question/type/randomsamatch/edit_randomsamatch_form.php | 3 ++- question/type/shortanswer/edit_shortanswer_form.php | 3 ++- question/type/truefalse/edit_truefalse_form.php | 3 ++- 12 files changed, 27 insertions(+), 11 deletions(-) diff --git a/question/type/datasetdependent/datasetdefinitions_form.php b/question/type/datasetdependent/datasetdefinitions_form.php index 57f0c8d22e..c2c7bc4f11 100644 --- a/question/type/datasetdependent/datasetdefinitions_form.php +++ b/question/type/datasetdependent/datasetdefinitions_form.php @@ -1,4 +1,9 @@ dirroot.'/question/type/edit_question_form.php'); * @copyright © 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 *//** */ /** -- 2.39.5