mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +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
|
@ -50,10 +50,10 @@ $observers = array(
|
|||
'callback' => '\mod_quiz\group_observers::group_member_removed',
|
||||
),
|
||||
|
||||
// Handle our own \mod_quiz\event\attempt_timelimit_exceeded event, to email
|
||||
// Handle our own \mod_quiz\event\attempt_becameoverdue event, to email
|
||||
// the student to let them know they forgot to submit, and that they have another chance.
|
||||
array(
|
||||
'eventname' => '\mod_quiz\event\attempt_timelimit_exceeded',
|
||||
'eventname' => '\mod_quiz\event\attempt_becameoverdue',
|
||||
'includefile' => '/mod/quiz/locallib.php',
|
||||
'callback' => 'quiz_attempt_overdue_handler',
|
||||
'internal' => false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue