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


Protected Member Functions | |
| define_quiz_subplugin_structure () | |
| define_attempt_subplugin_structure () | |
Base class for backing up all the quiz settings and attempt data for an access rule quiz sub-plugin.
Definition at line 37 of file backup_mod_quiz_access_subplugin.class.php.
| define_attempt_subplugin_structure | ( | ) | [protected] |
Use this method to describe the XML structure required to store your sub-plugin's settings for a particular quiz attempt, and how that data is stored in the database.
Definition at line 53 of file backup_mod_quiz_access_subplugin.class.php.
| define_quiz_subplugin_structure | ( | ) | [protected] |
Use this method to describe the XML structure required to store your sub-plugin's settings for a particular quiz, and how that data is stored in the database.
Definition at line 44 of file backup_mod_quiz_access_subplugin.class.php.