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


Public Member Functions | |
| data_preprocessing ($question) | |
| qtype () | |
Protected Member Functions | |
| definition_inner ($mform) | |
True-false question editing form definition.
Definition at line 39 of file edit_truefalse_form.php.
| data_preprocessing | ( | $ | question | ) |
Perform an preprocessing needed on the data passed to set_data() before it is used to initialise the form.
| object | $question | the data being passed to the form. |
Reimplemented from question_edit_form.
Definition at line 69 of file edit_truefalse_form.php.

| definition_inner | ( | $ | mform | ) | [protected] |
Add question-type specific form fields.
| object | $mform | the form being built. |
Reimplemented from question_edit_form.
Definition at line 45 of file edit_truefalse_form.php.
| qtype | ( | ) |
Override this in the subclass to question type name.
Reimplemented from question_edit_form.
Definition at line 116 of file edit_truefalse_form.php.