mirror of
https://github.com/moodle/moodle.git
synced 2025-03-08 17:59:55 +01:00
18 lines
463 B
Plaintext
18 lines
463 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.4 and 2.3.4 ===
|
|
|
|
* Replaced time_left() with new time_left_display() and end_time() functions.
|
|
|
|
=== 2.3 ===
|
|
|
|
* This plugin type now supports cron in the standard way. If required, Create a
|
|
lib.php file containing
|
|
function quizaccess_mypluginname_cron() {};
|
|
|
|
=== 2.2 ===
|
|
|
|
* This plugin type was new in Moodle 2.2!
|