mirror of
https://github.com/moodle/moodle.git
synced 2025-03-06 08:49:53 +01:00
* Support for old non-standard cron for quiz reports dropped. (Standard cron support was added in 2.2 * Cron support added for qbehaviour, qformat and quizacces plugins. * qtypes were already supported in the standard way.
16 lines
363 B
Plaintext
16 lines
363 B
Plaintext
This files describes API changes for quiz access rule plugins.
|
|
|
|
Overview of this plugin type at http://docs.moodle.org/dev/Quiz_access_rules
|
|
|
|
|
|
=== 2.2 ===
|
|
|
|
* This plugin type was new in Moodle 2.2!
|
|
|
|
|
|
=== 2.3 ===
|
|
|
|
* This plugin type now supports cron in the standard way. If required, Create a
|
|
lib.php file containing
|
|
function quizaccess_mypluginname_cron() {};
|