diff --git a/classes/event/question_created.php b/classes/event/question_created.php index b480b678..e4fcfea4 100644 --- a/classes/event/question_created.php +++ b/classes/event/question_created.php @@ -48,7 +48,7 @@ public static function get_name() { */ public function get_description() { $questiontype = $this->other['questiontype']; - return "The user with id '$this->userid' has created or modified a question of type '$questiontype' for - the questionnaire with course module id '$this->contextinstanceid'."; + return "The user with id '$this->userid' has created or modified a question of type '$questiontype' for " . + "the questionnaire with course module id '$this->contextinstanceid'."; } }