From: gustav_delius Date: Thu, 27 Apr 2006 07:21:55 +0000 (+0000) Subject: Had to change attribute of select tag from disabled to readonly in order to get the... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=239d373ff94669c53c3ca47b693ab3240ec8d7a4;p=moodle.git Had to change attribute of select tag from disabled to readonly in order to get the feedback popups to work, see bug 5338 --- 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;