Files
edx-platform/common/lib/xmodule/xmodule/templates/problem/imageresponse.yaml
2012-10-17 14:28:47 -04:00

27 lines
841 B
YAML

---
metadata:
display_name: Image Response
rerandomize: never
showanswer: always
data: |
<problem>
<p>
An image response problem presents an image for the student. Input is
given by the location of mouse clicks on the image. Correctness of input can be evaluated based on expected dimensions of a rectangle.
</p>
<p>Which object in this image is required by the fire code?</p>
<imageresponse>
<imageinput src="/static/images/firecode.jpg" width="640" height="480" rectangle="(365,42)-(423,66)" />
</imageresponse>
<solution>
<div class="detailed-solution">
<p>Explanation</p>
<p>The fire code requires that all exits be clearly marked, so the red exit sign is the correct answer.</p>
</div>
</solution>
</problem>
children: []