diff --git a/mod/quiz/classes/event/edit_page_viewed.php b/mod/quiz/classes/event/edit_page_viewed.php index 2d1e619ca7a..fbb68d7496f 100644 --- a/mod/quiz/classes/event/edit_page_viewed.php +++ b/mod/quiz/classes/event/edit_page_viewed.php @@ -65,8 +65,8 @@ class edit_page_viewed extends \core\event\base { * @return string */ public function get_description() { - return "The edit page for the quiz with the course module id '$this->contextinstanceid' was viewed by the user with " . - "the id '$this->userid'."; + return "The user with the id '$this->userid' viewed the edit page for the quiz with " . + "the course module id '$this->contextinstanceid'."; } /**