Skip to content
Snippets Groups Projects
Unverified Commit c774a6cd authored by David Pesce's avatar David Pesce Committed by GitHub
Browse files

Merge pull request #163 from davidpesce/remove_verbose_question_statement

removed extra set of statements sent when a quiz is reviewed by admin
parents 516bf881 09557d48
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