Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 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.

Restore code for the quizaccess_honestycheck plugin.

Copyright: 2011 The Open University
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 53 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

restore_mod_quiz_access_subplugin:: (2 methods):
  define_quiz_subplugin_structure()
  define_attempt_subplugin_structure()


Class: restore_mod_quiz_access_subplugin  - X-Ref

Base class for restoring up all the quiz settings and attempt data for an
access rule quiz sub-plugin.

define_quiz_subplugin_structure()   X-Ref
Use this method to describe the XML paths that store your sub-plugin's
settings for a particular quiz.


define_attempt_subplugin_structure()   X-Ref
Use this method to describe the XML paths that store your sub-plugin's
settings for a particular quiz attempt.