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

This commit is contained in:
Valera Rozuvan
2013-01-18 12:51:48 +02:00
committed by Alexander Kryklia
parent 0f7b89facc
commit 1eec7bada7
2 changed files with 5 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ define(['logme'], function (logme) {
}(0));
}
logme('input = "' + JSON.stringify({'draggables': draggables}) + '".');
$('#input_' + state.problemId).val(JSON.stringify({'draggables': draggables}));
}

View File

@@ -215,8 +215,11 @@ If we have can_reuse=true, than one must use only long form of correct answer.
Logic flow
----------
(Click on image to see full size version.)
.. image:: draganddrop_logic_flow.png
:scale: 36 %
:width: 100%
:target: _images/draganddrop_logic_flow.png
Example