Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
2262ffe4
Commit
2262ffe4
authored
Jul 15, 2013
by
Lyla Fischer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated imageresponse example to a more universal example (baby animals)
parent
d83d49ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
16 deletions
+15
-16
common/lib/xmodule/xmodule/templates/problem/imageresponse.yaml
+15
-16
No files found.
common/lib/xmodule/xmodule/templates/problem/imageresponse.yaml
View file @
2262ffe4
...
@@ -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 rectangl
e.
Input is given by the location of mouse clicks on the imag
e.
</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
:
[]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment