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


Protected Member Functions | |
| execute_condition () | |
| define_structure () | |
| process_grading_area ($data) | |
| process_grading_definition ($data) | |
| process_grading_instance ($data) | |
| after_execute () | |
Defines the restore step for advanced grading methods attached to the activity module
Definition at line 1947 of file restore_stepslib.php.
| after_execute | ( | ) | [protected] |
Final operations when the database records are inserted
Reimplemented from restore_structure_step.
Definition at line 2064 of file restore_stepslib.php.

| define_structure | ( | ) | [protected] |
Declares paths in the grading.xml file we are interested in
Reimplemented from restore_structure_step.
Definition at line 1967 of file restore_stepslib.php.

| execute_condition | ( | ) | [protected] |
This step is executed only if the grading file is present
Reimplemented from restore_structure_step.
Definition at line 1952 of file restore_stepslib.php.
| process_grading_area | ( | $ | data | ) | [protected] |
Processes one grading area element
| array | $data | element data |
Definition at line 1993 of file restore_stepslib.php.

| process_grading_definition | ( | $ | data | ) | [protected] |
Processes one grading definition element
| array | $data | element data |
Definition at line 2011 of file restore_stepslib.php.

| process_grading_instance | ( | $ | data | ) | [protected] |
Processes one grading form instance element
| array | $data | element data |
Definition at line 2033 of file restore_stepslib.php.
