|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | mod |
Local Library of functions for module scorm. | |
Variables | |
| $returnurl = optional_param('returnurl', '', PARAM_LOCALURL) | |
| $addonpage = optional_param('addonpage', 0, PARAM_INT) | |
| $category = optional_param('category', 0, PARAM_INT) | |
| $scrollpos = optional_param('scrollpos', 0, PARAM_INT) | |
| $defaultcategory = $defaultcategoryobj->id . ',' . $defaultcategoryobj->contextid | |
| $qcobject | |
| $mform = new quiz_add_random_form(new moodle_url('/mod/quiz/addrandom.php'), $contexts) | |
| $streditingquiz = get_string('editinga', 'moodle', get_string('modulename', 'quiz')) | |
| if (!$quizname=$DB->get_field($cm->modname, 'name', array('id'=> $cm->instance))) | |
| $addonpage = optional_param('addonpage', 0, PARAM_INT) |
Definition at line 39 of file addrandom.php.
| $category = optional_param('category', 0, PARAM_INT) |
Definition at line 40 of file addrandom.php.
Definition at line 62 of file addrandom.php.
| $mform = new quiz_add_random_form(new moodle_url('/mod/quiz/addrandom.php'), $contexts) |
Definition at line 73 of file addrandom.php.
| $qcobject |
new question_category_object( $pagevars['cpage'], $thispageurl, $contexts->having_one_edit_tab_cap('categories'), $defaultcategoryobj->id, $defaultcategory, null, $contexts->having_cap('moodle/question:add'))
Definition at line 64 of file addrandom.php.
| $returnurl = optional_param('returnurl', '', PARAM_LOCALURL) |
Definition at line 38 of file addrandom.php.
| $scrollpos = optional_param('scrollpos', 0, PARAM_INT) |
Definition at line 41 of file addrandom.php.
| $streditingquiz = get_string('editinga', 'moodle', get_string('modulename', 'quiz')) |
Definition at line 112 of file addrandom.php.