Fix case of y coords in Drag & Drop template

Change from uppercase to lowercase “Y”
This commit is contained in:
Carol Tong
2014-10-27 13:37:52 -04:00
committed by Mark Hoeber
parent 37949e07f7
commit 61f22668bf
2 changed files with 2 additions and 3 deletions

View File

@@ -1,2 +1 @@
.. include:: ../../../shared/exercises_tools/drag_and_drop.rst

View File

@@ -143,8 +143,8 @@ Template for Advanced Problem
<drag_and_drop_input img="/static/TARGET_IMAGE.png" target_outline="true" one_per_target="true" no_labels="true" label_bg_color="rgb(222, 139, 238)">
<draggable id="1" label="LABEL 1" />
<draggable id="2" label="LABEL 2" />
<target id="A" x="NUMBER" Y="NUMBER" w="X+WIDTH" h="Y+HEIGHT"/>
<target id="B" x="NUMBER" Y="NUMBER" w="X+WIDTH" h="Y+HEIGHT"/>
<target id="A" x="NUMBER" y="NUMBER" w="X+WIDTH" h="Y+HEIGHT"/>
<target id="B" x="NUMBER" y="NUMBER" w="X+WIDTH" h="Y+HEIGHT"/>
</drag_and_drop_input>
<answer type="loncapa/python">
correct_answer = [{