Backup instructions for the seb (Safe Exam Browser) quiz access subplugin.
More...
|
| define_subplugin_structure ($connectionpoint) |
|
|
| 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 () |
| Stores the data related to the Safe Exam Browser quiz settings and management for a particular quiz.
|
|
| 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)
|
|
|
| $connectionpoint |
|
| $optigroup |
|
| $step |
|
| $subpluginname |
|
| $subplugintype |
|
| $task |
|
Backup instructions for the seb (Safe Exam Browser) quiz access subplugin.
- Copyright
- 2020 Catalyst IT
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ define_quiz_subplugin_structure()
backup_quizaccess_seb_subplugin::define_quiz_subplugin_structure |
( |
| ) |
|
|
protected |
Stores the data related to the Safe Exam Browser quiz settings and management for a particular quiz.
- Return values
-
Reimplemented from backup_mod_quiz_access_subplugin.
The documentation for this class was generated from the following file:
- mod/quiz/accessrule/seb/backup/moodle2/backup_quizaccess_seb_subplugin.class.php