Commit 2262ffe4 by Lyla Fischer

updated imageresponse example to a more universal example (baby animals)

parent d83d49ca
...@@ -5,22 +5,21 @@ metadata: ...@@ -5,22 +5,21 @@ metadata:
showanswer: finished showanswer: finished
data: | data: |
<problem> <problem>
<p> <p>
An image mapped input problem presents an image for the student. Input is An image mapped input problem presents an image for the student.
given by the location of mouse clicks on the image. Correctness of input can be evaluated based on expected dimensions of a rectangle. Input is given by the location of mouse clicks on the image.
</p> 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> <p>Which animal shown below is a kitten?</p>
<imageresponse> <imageresponse>
<imageinput src="/static/images/firecode.jpg" width="640" height="480" rectangle="(365,42)-(423,66)" /> <imageinput src="https://studio.edx.org/c4x/edX/DemoX/asset/Dog-and-Cat.jpg" width="640" height="400" rectangle="(385,98)-(600,337)"/>
</imageresponse> </imageresponse>
<solution> <solution>
<div class="detailed-solution"> <div class="detailed-solution">
<p>Explanation</p> <p>Explanation</p>
<p>The fire code requires that all exits be clearly marked, so the red exit sign is the correct answer.</p> <p>The animal on the right is a kitten. The animal on the left is a puppy, not a kitten.</p>
</div> </div>
</solution> </solution>
</problem> </problem>
children: [] children: []
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment