Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Base class for backing up all the quiz settings and attempt data for an access rule quiz sub-plugin. More...
Public Member Functions | |
define_subplugin_structure ($connectionpoint) | |
Protected Member Functions | |
define_attempt_subplugin_structure () | |
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. | |
define_quiz_subplugin_structure () | |
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. | |
get_recommended_name () | |
Simple helper function that suggests one name for the main nested element in subplugins It's not mandatory to use it but recommended ;-) | |
get_setting_value ($name) | |
Returns the value of one (task/plan) setting. | |
get_subplugin_element ($final_elements=null, $conditionparam=null, $conditionvalue=null) | |
Factory method that will return one backup_subplugin_element (backup_optigroup_element) with its name automatically calculated, based one the subplugin being handled (type, name) | |
Protected Attributes | |
$connectionpoint | |
$optigroup | |
$step | |
$subpluginname | |
$subplugintype | |
$task | |
Base class for backing up all the quiz settings and attempt data for an access rule quiz sub-plugin.
|
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.
Reimplemented in backup_quizaccess_seb_subplugin.