Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 39 and 402] [Versions 39 and 403]

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

Defines 1 class

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.