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


Public Member Functions | |
| controls (question_attempt $qa, question_display_options $options) | |
| feedback (question_attempt $qa, question_display_options $options) | |
Protected Member Functions | |
| penalty_info (question_attempt $qa, $mark, question_display_options $options) | |
| disregarded_info () | |
Renderer for outputting parts of a question belonging to the legacy adaptive behaviour.
Definition at line 38 of file renderer.php.
| controls | ( | question_attempt $ | qa, |
| question_display_options $ | options | ||
| ) |
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.
| question_attempt | $qa | a question attempt. |
| question_display_options | $options | controls what should and should not be displayed. |
Reimplemented from qbehaviour_renderer.
Definition at line 40 of file renderer.php.

| disregarded_info | ( | ) | [protected] |
Display information about a disregarded (incomplete) response.
Reimplemented in qbehaviour_adaptivenopenalty_renderer.
Definition at line 133 of file renderer.php.

| feedback | ( | question_attempt $ | qa, |
| question_display_options $ | options | ||
| ) |
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.
| question_attempt | $qa | a question attempt. |
| question_display_options | $options | controls what should and should not be displayed. |
Reimplemented from qbehaviour_renderer.
Definition at line 44 of file renderer.php.

| penalty_info | ( | question_attempt $ | qa, |
| $ | mark, | ||
| question_display_options $ | options | ||
| ) | [protected] |
Display the information about the penalty calculations.
| question_attempt | $qa | the question attempt. |
| object | $mark | contains information about the current mark. |
| question_display_options | $options | display options. |
Definition at line 99 of file renderer.php.

