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


Public Member Functions | |
| get_paths () | |
| process_quiz ($data) | |
| on_quiz_question_instances_start () | |
| on_quiz_question_instances_end () | |
| process_quiz_question_instance ($data) | |
| on_quiz_feedbacks_start () | |
| on_quiz_feedbacks_end () | |
| process_quiz_feedback ($data) | |
| on_quiz_end () | |
Protected Attributes | |
| $fileman = null | |
| $moduleid = null | |
| get_paths | ( | ) |
Declare the paths in moodle.xml we are able to convert
The method returns list of convert_path instances. For each path returned, the corresponding conversion method must be defined.
Note that the path /MOODLE_BACKUP/COURSE/MODULES/MOD/QUIZ does not actually exist in the file. The last element with the module name was appended by the moodle1_converter class.
| on_quiz_end | ( | ) |
| process_quiz | ( | $ | data | ) |
| process_quiz_feedback | ( | $ | data | ) |
| process_quiz_question_instance | ( | $ | data | ) |