]> git.mjollnir.org Git - moodle.git/commit
Changes for MDL-7467.
authorvyshane <vyshane>
Thu, 14 Dec 2006 02:32:32 +0000 (02:32 +0000)
committervyshane <vyshane>
Thu, 14 Dec 2006 02:32:32 +0000 (02:32 +0000)
commite0c256473de647a3a8a67260d6ac91804fd9de43
tree46b6e18014f9f99405469d3a9583d96fed098fa3
parent07d9065d0b1caa3422461f6a2e26e0fed7a88e12
Changes for MDL-7467.

The images show each possible answer's "correctness":

Green tick - correct answer
Amber tick - partially correct answer
Red cross - wrong answer

Each image will have the appropriate alt text.

The answer that the student has picked is highlited by changing the background colour: light green, light amber or light yellow, depending on the correctness of the chosen answer. In addition to this, the image for that answer is much bigger in size than for the other possible answers. The alt text for this image will indicate that this answer was picked.

This way, the visual cues, the relative importance of each answer (chosen/non-chosen), and the relative relationships (correct/wrong) are kept. The chosen answer is emphasised by the background highlighting, by the bigger size of the icon, and by the alt text as well. I think this covers all the bases.
question/type/match/display.html
question/type/match/questiontype.php
question/type/multianswer/questiontype.php
question/type/multichoice/display.html
question/type/multichoice/questiontype.php
question/type/shortanswer/display.html
question/type/shortanswer/questiontype.php
question/type/truefalse/display.html
question/type/truefalse/questiontype.php