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


Public Member Functions | |
| qtype () | |
Protected Member Functions | |
| definition_inner ($mform) | |
| data_preprocessing ($question) | |
Essay question type editing form.
Definition at line 36 of file edit_essay_form.php.
| data_preprocessing | ( | $ | question | ) | [protected] |
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 57 of file edit_essay_form.php.

| definition_inner | ( | $ | mform | ) | [protected] |
Add any question-type specific form fields.
| object | $mform | the form being built. |
Reimplemented from question_edit_form.
Definition at line 38 of file edit_essay_form.php.

| qtype | ( | ) |
Override this in the subclass to question type name.
Reimplemented from question_edit_form.
Definition at line 85 of file edit_essay_form.php.