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


Protected Member Functions | |
| define_quiz_subplugin_structure () | |
| define_attempt_subplugin_structure () | |
Base class for restoring up all the quiz settings and attempt data for an access rule quiz sub-plugin.
Definition at line 37 of file restore_mod_quiz_access_subplugin.class.php.
| define_attempt_subplugin_structure | ( | ) | [protected] |
Use this method to describe the XML paths that store your sub-plugin's settings for a particular quiz attempt.
Definition at line 51 of file restore_mod_quiz_access_subplugin.class.php.
| define_quiz_subplugin_structure | ( | ) | [protected] |
Use this method to describe the XML paths that store your sub-plugin's settings for a particular quiz.
Definition at line 43 of file restore_mod_quiz_access_subplugin.class.php.