Skip to content
Snippets Groups Projects
Commit 09557d48 authored by David Pesce's avatar David Pesce
Browse files

removed extra set of statements sent when a quiz is reviewed by admin

parent 516bf881
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ class Controller extends PhpObj {
'\mod_facetoface\event\course_module_viewed' => 'ModuleViewed',
'\mod_quiz\event\attempt_abandoned' => 'AttemptAbandoned',
'\mod_quiz\event\attempt_preview_started' => 'AttemptStarted',
'\mod_quiz\event\attempt_reviewed' => ['AttemptReviewed', 'QuestionSubmitted'],
'\mod_quiz\event\attempt_reviewed' => 'AttemptReviewed',
'\mod_quiz\event\attempt_viewed' => 'ModuleViewed',
'\mod_quiz\event\attempt_submitted' => ['AttemptSubmitted', 'QuestionSubmitted'],
'\core\event\user_loggedin' => 'UserLoggedin',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment