update docs

This commit is contained in:
Alexander Kryklia
2013-01-16 16:46:15 +02:00
parent 79f5e98dfc
commit de35d1e9e4

View File

@@ -110,7 +110,8 @@ draggables, targets and rule. For example::
Draggables is list of draggables id. Target is list of targets id, draggables
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)::
correct_answer = [
@@ -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"),
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
=======