Skip to content

Commit

Permalink
Merge pull request #5997 from christianbeeznest/storm-22295
Browse files Browse the repository at this point in the history
Exercise: Make comments optional in Global Multiple Answer - refs BT#22295
  • Loading branch information
christianbeeznest authored Dec 22, 2024
2 parents e317639 + 98dae09 commit d40def1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/main/exercise/global_multiple_answer.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public function createAnswersForm($form)
$form->addHtmlEditor(
'comment['.$i.']',
null,
true,
false,
false,
[
'ToolbarSet' => 'TestProposedAnswer',
Expand Down

0 comments on commit d40def1

Please sign in to comment.