Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
830e47a8
Commit
830e47a8
authored
Mar 21, 2007
by
pichetp
Browse files
Give the question bank code sensible PHPdocumentor package names.
parent
77fa3a0d
Changes
12
Hide whitespace changes
Inline
Side-by-side
question/type/datasetdependent/datasetdefinitions_form.php
View file @
830e47a8
<?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
...
...
question/type/description/edit_description_form.php
View file @
830e47a8
...
...
@@ -5,7 +5,8 @@
* @copyright © 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
*/
/**
...
...
question/type/essay/edit_essay_form.php
View file @
830e47a8
...
...
@@ -5,7 +5,8 @@
* @copyright © 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
*/
/**
...
...
question/type/match/edit_match_form.php
View file @
830e47a8
...
...
@@ -5,7 +5,8 @@
* @copyright © 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
*/
/**
...
...
question/type/missingtype/edit_missingtype_form.php
View file @
830e47a8
...
...
@@ -5,7 +5,8 @@
* @copyright © 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
*/
/**
...
...
question/type/multianswer/edit_multianswer_form.php
View file @
830e47a8
...
...
@@ -5,7 +5,8 @@
* @copyright © 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
*/
/**
...
...
question/type/multichoice/edit_multichoice_form.php
View file @
830e47a8
...
...
@@ -5,7 +5,8 @@
* @copyright © 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
*/
/**
...
...
question/type/numerical/edit_numerical_form.php
View file @
830e47a8
...
...
@@ -5,7 +5,8 @@
* @copyright © 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
*/
/**
...
...
question/type/random/edit_random_form.php
View file @
830e47a8
...
...
@@ -5,7 +5,8 @@
* @copyright © 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
*/
/**
...
...
question/type/randomsamatch/edit_randomsamatch_form.php
View file @
830e47a8
...
...
@@ -5,7 +5,8 @@
* @copyright © 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
*/
/**
...
...
question/type/shortanswer/edit_shortanswer_form.php
View file @
830e47a8
...
...
@@ -5,7 +5,8 @@
* @copyright © 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
*/
/**
...
...
question/type/truefalse/edit_truefalse_form.php
View file @
830e47a8
...
...
@@ -6,7 +6,8 @@ require_once($CFG->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
*//** */
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment