Merge pull request #5997 from christianbeeznest/storm-22295

Exercise: Make comments optional in Global Multiple Answer - refs BT#22295
pull/5999/head
christianbeeznest 9 months ago committed by GitHub
commit d40def167f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      public/main/exercise/global_multiple_answer.class.php

@ -128,7 +128,7 @@ class GlobalMultipleAnswer extends Question
$form->addHtmlEditor(
'comment['.$i.']',
null,
true,
false,
false,
[
'ToolbarSet' => 'TestProposedAnswer',

Loading…
Cancel
Save