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
45e965a7
Commit
45e965a7
authored
Oct 28, 2014
by
Mark Hoeber
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5743 from edx/carol/docs/DOC-1070
Fix case of y coords in Drag & Drop template
parents
37949e07
61f22668
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
docs/en_us/course_authors/source/exercises_tools/drag_and_drop.rst
+0
-1
docs/en_us/shared/exercises_tools/drag_and_drop.rst
+2
-2
No files found.
docs/en_us/course_authors/source/exercises_tools/drag_and_drop.rst
View file @
45e965a7
.. include:: ../../../shared/exercises_tools/drag_and_drop.rst
.. include:: ../../../shared/exercises_tools/drag_and_drop.rst
docs/en_us/shared/exercises_tools/drag_and_drop.rst
View file @
45e965a7
...
@@ -143,8 +143,8 @@ Template for Advanced Problem
...
@@ -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)">
<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="1" label="LABEL 1" />
<draggable id="2" label="LABEL 2" />
<draggable id="2" label="LABEL 2" />
<target id="A" 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"/>
<target id="B" x="NUMBER"
y
="NUMBER" w="X+WIDTH" h="Y+HEIGHT"/>
</drag_and_drop_input>
</drag_and_drop_input>
<answer type="loncapa/python">
<answer type="loncapa/python">
correct_answer = [{
correct_answer = [{
...
...
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