Commit 1eec7bad by Valera Rozuvan Committed by Alexander Kryklia

Updated docs. Added debug output info for tracing problem related to server communications.

parent 0f7b89fa
...@@ -50,6 +50,7 @@ define(['logme'], function (logme) { ...@@ -50,6 +50,7 @@ define(['logme'], function (logme) {
}(0)); }(0));
} }
logme('input = "' + JSON.stringify({'draggables': draggables}) + '".');
$('#input_' + state.problemId).val(JSON.stringify({'draggables': draggables})); $('#input_' + state.problemId).val(JSON.stringify({'draggables': draggables}));
} }
......
...@@ -215,8 +215,11 @@ If we have can_reuse=true, than one must use only long form of correct answer. ...@@ -215,8 +215,11 @@ If we have can_reuse=true, than one must use only long form of correct answer.
Logic flow Logic flow
---------- ----------
(Click on image to see full size version.)
.. image:: draganddrop_logic_flow.png .. image:: draganddrop_logic_flow.png
:scale: 36 % :width: 100%
:target: _images/draganddrop_logic_flow.png
Example Example
......
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