|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | moodlecore |
Variables | |
| $categoryid = required_param('category', PARAM_INT) | |
| $cmid = optional_param('cmid', 0, PARAM_INT) | |
| $courseid = optional_param('courseid', 0, PARAM_INT) | |
| $returnurl = optional_param('returnurl', 0, PARAM_LOCALURL) | |
| $appendqnumstring = optional_param('appendqnumstring', '', PARAM_ALPHA) | |
| $validationerror = optional_param('validationerror', false, PARAM_BOOL) | |
| $hiddenparams = array('category' => $categoryid) | |
| $chooseqtype = get_string('chooseqtypetoadd', 'question') | |
Definition at line 36 of file addquestion.php.
| $categoryid = required_param('category', PARAM_INT) |
Definition at line 32 of file addquestion.php.
| $chooseqtype = get_string('chooseqtypetoadd', 'question') |
Definition at line 76 of file addquestion.php.
| $cmid = optional_param('cmid', 0, PARAM_INT) |
Definition at line 33 of file addquestion.php.
| $courseid = optional_param('courseid', 0, PARAM_INT) |
Definition at line 34 of file addquestion.php.
Definition at line 40 of file addquestion.php.
| $returnurl = optional_param('returnurl', 0, PARAM_LOCALURL) |
Definition at line 35 of file addquestion.php.
| $validationerror = optional_param('validationerror', false, PARAM_BOOL) |
Definition at line 37 of file addquestion.php.