mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-41039 mod_quiz: Renaming event to attempt_becameoverdue
This commit is contained in:
parent
d900f1dc05
commit
0a8b091d41
4 changed files with 9 additions and 6 deletions
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue