1 This files describes API changes for quiz report plugins.
3 Overview of this plugin type at http://docs.moodle.org/dev/Quiz_reports
6 === earlier versions ===
8 * ... API changes were not documented properly. Sorry. (There weren't many!)
13 * Plugins should be converted to implement cron in the standard way. In lib.php,
15 function quiz_myreportname_cron() {};
16 This replaces the old way of having a separate cron.php file. Also, the cron
17 frequency should be defined in version.php, not in the quiz_reports table.
22 * Support for the old way of doing cron in a separate cron.php file has been removed.