Commit 61f22668 by Carol Tong Committed by Mark Hoeber

Fix case of y coords in Drag & Drop template

Change from uppercase to lowercase “Y”
parent 37949e07
.. include:: ../../../shared/exercises_tools/drag_and_drop.rst
......@@ -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 = [{
......
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