|
Moodle
2.2.1
http://www.collinsharper.com
|

Public Member Functions | |
| __construct (quiz_attempt $attemptobj, question_display_options $options, $page, $showall) | |
| get_question_buttons () | |
| render_before_button_bits (mod_quiz_renderer $output) | |
| render_end_bits (mod_quiz_renderer $output) | |
| user_picture () | |
Protected Member Functions | |
| get_state_string (question_attempt $qa, $showcorrectness) | |
| render_restart_preview_link ($output) | |
| get_question_url ($slot) | |
Protected Attributes | |
| $attemptobj | |
| $options | |
| $page | |
| $showall | |
Represents the navigation panel, and builds a block_contents to allow it to be output.
Definition at line 1284 of file attemptlib.php.
| __construct | ( | quiz_attempt $ | attemptobj, |
| question_display_options $ | options, | ||
| $ | page, | ||
| $ | showall | ||
| ) |
Definition at line 1294 of file attemptlib.php.
Definition at line 1302 of file attemptlib.php.


| get_question_url | ( | $ | slot | ) | [abstract, protected] |
Reimplemented in quiz_review_nav_panel, and quiz_attempt_nav_panel.

| get_state_string | ( | question_attempt $ | qa, |
| $ | showcorrectness | ||
| ) | [protected] |
Definition at line 1325 of file attemptlib.php.


| render_before_button_bits | ( | mod_quiz_renderer $ | output | ) |
Reimplemented in quiz_attempt_nav_panel.
Definition at line 1338 of file attemptlib.php.

| render_end_bits | ( | mod_quiz_renderer $ | output | ) | [abstract] |
Reimplemented in quiz_review_nav_panel, and quiz_attempt_nav_panel.

| render_restart_preview_link | ( | $ | output | ) | [protected] |
| user_picture | ( | ) |
$attemptobj [protected] |
Definition at line 1286 of file attemptlib.php.
$options [protected] |
Definition at line 1288 of file attemptlib.php.
$page [protected] |
Definition at line 1290 of file attemptlib.php.
$showall [protected] |
Definition at line 1292 of file attemptlib.php.