Moodle  2.2.1
http://www.collinsharper.com
quiz_nav_panel_base Class Reference
Inheritance diagram for quiz_nav_panel_base:

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

Detailed Description

Represents the navigation panel, and builds a block_contents to allow it to be output.

Since:
Moodle 2.0

Definition at line 1284 of file attemptlib.php.


Constructor & Destructor Documentation

__construct ( quiz_attempt attemptobj,
question_display_options options,
page,
showall 
)

Definition at line 1294 of file attemptlib.php.


Member Function Documentation

Definition at line 1302 of file attemptlib.php.

Here is the call graph for this function:

Here is the caller graph for this function:

get_question_url ( slot) [abstract, protected]

Reimplemented in quiz_review_nav_panel, and quiz_attempt_nav_panel.

Here is the caller graph for this function:

get_state_string ( question_attempt qa,
showcorrectness 
) [protected]

Definition at line 1325 of file attemptlib.php.

Here is the call graph for this function:

Here is the caller graph for this function:

Reimplemented in quiz_attempt_nav_panel.

Definition at line 1338 of file attemptlib.php.

Here is the caller graph for this function:

render_end_bits ( mod_quiz_renderer output) [abstract]

Reimplemented in quiz_review_nav_panel, and quiz_attempt_nav_panel.

Here is the caller graph for this function:

render_restart_preview_link ( output) [protected]

Definition at line 1344 of file attemptlib.php.

Here is the caller graph for this function:

Definition at line 1354 of file attemptlib.php.

Here is the caller graph for this function:


Field Documentation

$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.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations