We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6defd commit a71b56cCopy full SHA for a71b56c
classes/event/question_created.php
@@ -48,7 +48,7 @@ public static function get_name() {
48
*/
49
public function get_description() {
50
$questiontype = $this->other['questiontype'];
51
- return "The user with id '$this->userid' has created or modified a question of type '$questiontype' for
52
- 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'.";
53
}
54
0 commit comments