mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +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
|
@ -1459,7 +1459,7 @@ class quiz_attempt {
|
|||
$this->attempt->timecheckstate = $timestamp;
|
||||
$DB->update_record('quiz_attempts', $this->attempt);
|
||||
|
||||
$this->fire_state_transition_event('\mod_quiz\event\attempt_timelimit_exceeded', $timestamp);
|
||||
$this->fire_state_transition_event('\mod_quiz\event\attempt_becameoverdue', $timestamp);
|
||||
|
||||
$transaction->allow_commit();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue