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


Public Member Functions | |
| definition () | |
| use_advanced_grading ($gradinginstance=false) | |
| add_grades_section () | |
| add_feedback_section () | |
| add_action_buttons () | |
| add_submission_content () | |
| set_data ($data) | |
| get_data () | |
Protected Member Functions | |
| get_editor_options () | |
core_renderer $OUTPUT
Definition at line 2508 of file lib.php.


| definition | ( | ) |
Abstract method - always override!
Reimplemented from moodleform.
Definition at line 2384 of file lib.php.

| get_data | ( | ) |
Return submitted data if properly submitted or returns NULL if validation fails or if there is no submitted data.
note: $slashed param removed
Reimplemented from moodleform.
Definition at line 2605 of file lib.php.

| get_editor_options | ( | ) | [protected] |
| set_data | ( | $ | default_values | ) |
Load in existing data as form defaults. Usually new entry defaults are stored directly in form definition (new entry form); this function is used to load in data where values already exist and data is being edited (edit entry form).
note: $slashed param removed
| mixed | $default_values | object or array of default values |
Reimplemented from moodleform.
Definition at line 2575 of file lib.php.

| use_advanced_grading | ( | $ | gradinginstance = false | ) |
Gets or sets the instance for advanced grading
| gradingform_instance | $gradinginstance |
Definition at line 2442 of file lib.php.
