From 98dae096efd03ab421166e13bbe178d0cc11cd07 Mon Sep 17 00:00:00 2001 From: Christian Beeznest Date: Sat, 21 Dec 2024 23:25:39 -0500 Subject: [PATCH] Exercise: Make comments optional in Global Multiple Answer - refs BT#22295 --- public/main/exercise/global_multiple_answer.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/main/exercise/global_multiple_answer.class.php b/public/main/exercise/global_multiple_answer.class.php index 5ba0b4dbf5..8ec96bfcd6 100644 --- a/public/main/exercise/global_multiple_answer.class.php +++ b/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',