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


Public Member Functions | |
| __construct ($arg1, $arg2) | |
| custom_definition () | |
Data Fields | |
| $qtype = 'questiontype' | |
| $qtypestring = 'selectaqtype' | |
Protected Attributes | |
| $standard = false | |
| $manager = null | |
Question selection form
Definition at line 35 of file editpage_form.php.
| __construct | ( | $ | arg1, |
| $ | arg2 | ||
| ) |
Each page type can and should override this to add any custom elements to the basic form that they want
Reimplemented from lesson_add_page_form_base.
Definition at line 47 of file editpage_form.php.
$manager = null [protected] |
Definition at line 40 of file editpage_form.php.
| $qtype = 'questiontype' |
Reimplemented from lesson_add_page_form_base.
Definition at line 37 of file editpage_form.php.
| $qtypestring = 'selectaqtype' |
Reimplemented from lesson_add_page_form_base.
Definition at line 38 of file editpage_form.php.
$standard = false [protected] |
Reimplemented from lesson_add_page_form_base.
Definition at line 39 of file editpage_form.php.