diff --git a/question/type/multianswer/questiontype.php b/question/type/multianswer/questiontype.php index e3e546ce1fe..c23b2f50c7a 100644 --- a/question/type/multianswer/questiontype.php +++ b/question/type/multianswer/questiontype.php @@ -311,7 +311,12 @@ class embedded_cloze_qtype extends default_questiontype { ? ' selected="selected" ' : ''; $outputoptions .= ""; } - echo ""; echo $outputoptions; echo ''; if (!empty($feedback) && $USER->screenreader) {