|
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 | |
| if($id=optional_param('id', 0, PARAM_INTEGER)) else if($qid=optional_param('q', 0, PARAM_INTEGER)) | $attemptid = required_param('attempt', PARAM_INT) |
| $page = optional_param('page', 0, PARAM_INT) | |
| $attemptobj = quiz_attempt::create($attemptid) | |
| $messages = $accessmanager->prevent_access() | |
| $output = $PAGE->get_renderer('mod_quiz') | |
| $slots = $attemptobj->get_slots($page) | |
| if(empty($slots)) | $headtags = $attemptobj->get_html_head_contributions($page) |
| $navbc = $attemptobj->get_navigation_panel($output, 'quiz_attempt_nav_panel', $page) | |
| $firstregion = reset($PAGE->blocks->get_regions()) | |
| $title = get_string('attempt', 'quiz', $attemptobj->get_attempt_number()) | |
| if ($id=optional_param('id', 0, PARAM_INTEGER)) else if ($qid=optional_param('q', 0, PARAM_INTEGER)) $attemptid = required_param('attempt', PARAM_INT) |
Definition at line 41 of file attempt.php.
| $attemptobj = quiz_attempt::create($attemptid) |
Definition at line 44 of file attempt.php.
| $firstregion = reset($PAGE->blocks->get_regions()) |
Definition at line 105 of file attempt.php.
| $headtags = $attemptobj->get_html_head_contributions($page) |
Definition at line 100 of file attempt.php.
| $messages = $accessmanager->prevent_access() |
Definition at line 77 of file attempt.php.
| $navbc = $attemptobj->get_navigation_panel($output, 'quiz_attempt_nav_panel', $page) |
Definition at line 104 of file attempt.php.
| $output = $PAGE->get_renderer('mod_quiz') |
Definition at line 78 of file attempt.php.
| $page = optional_param('page', 0, PARAM_INT) |
Definition at line 42 of file attempt.php.
| $slots = $attemptobj->get_slots($page) |
Definition at line 92 of file attempt.php.
| $title = get_string('attempt', 'quiz', $attemptobj->get_attempt_number()) |
Definition at line 108 of file attempt.php.