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

@ -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();
}