MDL-41039 mod_quiz: Renaming event to attempt_becameoverdue

This commit is contained in:
Frederic Massart 2013-09-18 12:03:48 +08:00
parent d900f1dc05
commit 0a8b091d41
4 changed files with 9 additions and 6 deletions

View file

@ -27,11 +27,14 @@ defined('MOODLE_INTERNAL') || die();
/**
* Event for when a quiz attempt is overdue.
*
* Please note that the name of this event is not following the event naming convention.
* Its name should not be used as a reference for other events to be created.
*
* @package mod_quiz
* @copyright 2013 Adrian Greeve <adrian@moodle.com>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class attempt_timelimit_exceeded extends \core\event\base {
class attempt_becameoverdue extends \core\event\base {
/**
* Init method.