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

Public Member Functions

 controls (question_attempt $qa, question_display_options $options)
 feedback (question_attempt $qa, question_display_options $options)

Protected Member Functions

 certainly_choices ($controlname, $selected, $readonly)

Detailed Description

Renderer for outputting parts of a question belonging to the deferred feedback with certainty based marking behaviour.

Definition at line 38 of file renderer.php.


Member Function Documentation

certainly_choices ( controlname,
selected,
readonly 
) [protected]

Definition at line 39 of file renderer.php.

Here is the call graph for this function:

Here is the caller graph for this function:

Generate some HTML (which may be blank) that appears in the question formulation area, afer the question type generated output.

For example. immediatefeedback and interactive mode use this to show the Submit button, and CBM use this to display the certainty choices.

Parameters:
question_attempt$qaa question attempt.
question_display_options$optionscontrols what should and should not be displayed.
Returns:
string HTML fragment.

Reimplemented from qbehaviour_renderer.

Reimplemented in qbehaviour_immediatecbm_renderer.

Definition at line 65 of file renderer.php.

Here is the call graph for this function:

Generate some HTML (which may be blank) that appears in the outcome area, after the question-type generated output.

For example, the CBM models use this to display an explanation of the score adjustment that was made based on the certainty selected.

Parameters:
question_attempt$qaa question attempt.
question_display_options$optionscontrols what should and should not be displayed.
Returns:
string HTML fragment.

Reimplemented from qbehaviour_renderer.

Definition at line 72 of file renderer.php.

Here is the call graph for this function:


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