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
de35d1e9
Commit
de35d1e9
authored
Jan 16, 2013
by
Alexander Kryklia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update docs
parent
79f5e98d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
docs/source/drag_and_drop_input.rst
+4
-1
No files found.
docs/source/drag_and_drop_input.rst
View file @
de35d1e9
...
@@ -110,7 +110,8 @@ draggables, targets and rule. For example::
...
@@ -110,7 +110,8 @@ draggables, targets and rule. For example::
Draggables is list of draggables id. Target is list of targets id, draggables
Draggables is list of draggables id. Target is list of targets id, draggables
must be dragged to with considering rule. Rule is string.
must be dragged to with considering rule. Rule is string.
Draggables in dicts inside correct_answer list must not intersect.
Draggables in dicts inside correct_answer list must not intersect!!!
Wrong (for draggable id 7)::
Wrong (for draggable id 7)::
correct_answer = [
correct_answer = [
...
@@ -209,6 +210,8 @@ you sould use 'anyof+number' of 'unordered_equal+number' rule::
...
@@ -209,6 +210,8 @@ you sould use 'anyof+number' of 'unordered_equal+number' rule::
In case if we have no multiple draggables per targets (one_per_target="true"),
In case if we have no multiple draggables per targets (one_per_target="true"),
for same number of draggables, anyof is equal to unordered_equal
for same number of draggables, anyof is equal to unordered_equal
If we have can_reuse=true, than one must use only long form of correct answer.
Example
Example
=======
=======
...
...
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