Skip to content

Commit

Permalink
Fix description of question_created event (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbonczek authored Feb 20, 2025
1 parent fc6defd commit a71b56c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/event/question_created.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'.";
}
}

0 comments on commit a71b56c

Please sign in to comment.