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


Public Member Functions | |
| response_area_read_only ($name, question_attempt $qa, question_attempt_step $step, $lines, $context) | |
| response_area_input ($name, question_attempt $qa, question_attempt_step $step, $lines, $context) | |
Protected Member Functions | |
| class_name () | |
A base class to abstract out the differences between different type of response format.
Definition at line 142 of file renderer.php.
| class_name | ( | ) | [abstract, protected] |
| response_area_input | ( | $ | name, |
| question_attempt $ | qa, | ||
| question_attempt_step $ | step, | ||
| $ | lines, | ||
| $ | context | ||
| ) | [abstract] |
Render the students respone when the question is in read-only mode.
| string | $name | the variable name this input edits. |
| question_attempt | $qa | the question attempt being display. |
| question_attempt_step | $step | the current step. |
| int | $lines | approximate size of input box to display. |
| object | $context | the context teh output belongs to. |
| response_area_read_only | ( | $ | name, |
| question_attempt $ | qa, | ||
| question_attempt_step $ | step, | ||
| $ | lines, | ||
| $ | context | ||
| ) | [abstract] |
Render the students respone when the question is in read-only mode.
| string | $name | the variable name this input edits. |
| question_attempt | $qa | the question attempt being display. |
| question_attempt_step | $step | the current step. |
| int | $lines | approximate size of input box to display. |
| object | $context | the context teh output belongs to. |