Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.4.1
-
Component/s: Quiz
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_24_STABLE
-
Fixed Branches:MOODLE_24_STABLE, MOODLE_25_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
When you preview a cloze type question and submit an incorrect answer, you can see the feedback by hovering the mouse over the cloze blank. However, the feedback is not formatted correctly and the ends of the text go off the screen. While it may work fine for short feedback, if a teacher wants to give a more detailed explanation it doesn't work. For example, here is the incorrect feedback "The </em>-s</em> at the end of 'Hanako's sisters' means there are more than one. When there is more than one person, the choices for pronouns are <em>you</em>, <em>we</em> and <em>they</em>. Which do you use in this case?" You can only see the whole message if you have a really wide screen.
XML code for question:
<question type='cloze'><name><text>Hanako's sisters go to school by bus. </text>
</name>
<questiontext>
<text><![CDATA[<span lang='en' class='multilang'>Replace the subject with a pronoun. <br><span class='example_word'>Example) Mrs. Smith likes cake. → She likes cake. </span></span><span lang='ja' class='multilang'>主語を代名詞で置き換えましょう。<br><span class='example_word'>例)Mrs. Smith likes cake. → She likes cake.</span></span><br><div class='question_theme'>Hanako's sisters go to school by bus. <strong>→</strong>
go to school by bus. <br><a class='toggle-image-and-text'><span class='Japanese_flag_icon_open'></span><span class='hide Japanese_flag_icon_close'>花子の姉たちはバスで学校に行きます。</span></a></div>]]></text>
</questiontext>
<generalfeedback format='html'>
<text><![CDATA[]]></text>
</generalfeedback><usecase>1</usecase></question>