1 This files describes API changes for quiz access rule plugins.
3 Overview of this plugin type at http://docs.moodle.org/dev/Quiz_access_rules
7 * This plugin type now supports cron in the standard way. If required, Create a
8 lib.php file containing
9 function quizaccess_mypluginname_cron() {};
13 * This plugin type was new in Moodle 2.2!