From 239d373ff94669c53c3ca47b693ab3240ec8d7a4 Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Thu, 27 Apr 2006 07:21:55 +0000 Subject: [PATCH] Had to change attribute of select tag from disabled to readonly in order to get the feedback popups to work, see bug 5338 --- question/type/multianswer/questiontype.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/type/multianswer/questiontype.php b/question/type/multianswer/questiontype.php index bbe3fa75cf..2ce32cbb97 100644 --- a/question/type/multianswer/questiontype.php +++ b/question/type/multianswer/questiontype.php @@ -315,7 +315,7 @@ class embedded_cloze_qtype extends default_questiontype { ? ' selected="selected" ' : ''; $outputoptions .= ""; } - echo ""; echo $outputoptions; echo ''; break; -- 2.39.5