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


Public Member Functions | |
| process_gradingform_rubric_criterion ($data) | |
| process_gradingform_rubric_level ($data) | |
| process_gradinform_rubric_filling ($data) | |
Protected Member Functions | |
| define_definition_plugin_structure () | |
| define_instance_plugin_structure () | |
Restores the rubric specific data from grading.xml file
Definition at line 32 of file restore_gradingform_rubric_plugin.class.php.
| define_definition_plugin_structure | ( | ) | [protected] |
Declares the rubric XML paths attached to the form definition element
Definition at line 39 of file restore_gradingform_rubric_plugin.class.php.

| define_instance_plugin_structure | ( | ) | [protected] |
Declares the rubric XML paths attached to the form instance element
Definition at line 57 of file restore_gradingform_rubric_plugin.class.php.

| process_gradinform_rubric_filling | ( | $ | data | ) |
Processes filling element data
Definition at line 104 of file restore_gradingform_rubric_plugin.class.php.

| process_gradingform_rubric_criterion | ( | $ | data | ) |
Processes criterion element data
Sets the mapping 'gradingform_rubric_criterion' to be used later by self::process_gradinform_rubric_filling()
Definition at line 73 of file restore_gradingform_rubric_plugin.class.php.

| process_gradingform_rubric_level | ( | $ | data | ) |
Processes level element data
Sets the mapping 'gradingform_rubric_level' to be used later by self::process_gradinform_rubric_filling()
Definition at line 90 of file restore_gradingform_rubric_plugin.class.php.
