Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402] [Versions 401 and 402]
Restore instructions for the seb (Safe Exam Browser) quiz access subplugin.
Author: | Andrew Madden <andrewmadden@catalyst-au.net> |
Copyright: | 2020 Catalyst IT |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 119 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
restore_quizaccess_seb_subplugin:: (3 methods):
define_quiz_subplugin_structure()
process_quizaccess_seb_quizsettings()
process_quizaccess_seb_template()
Class: restore_quizaccess_seb_subplugin - X-Ref
Restore instructions for the seb (Safe Exam Browser) quiz access subplugin.define_quiz_subplugin_structure() X-Ref |
Provides path structure required to restore data for seb quiz access plugin. return: array |
process_quizaccess_seb_quizsettings($data) X-Ref |
Process the restored data for the quizaccess_seb_quizsettings table. param: stdClass $data Data for quizaccess_seb_quizsettings retrieved from backup xml. |
process_quizaccess_seb_template($data) X-Ref |
Process the restored data for the quizaccess_seb_template table. param: stdClass $data Data for quizaccess_seb_template retrieved from backup xml. |