Index: lams_tool_scratchie/web/pages/learning/learning.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scratchie/web/pages/learning/learning.jsp,v diff -u -r1.13 -r1.14 --- lams_tool_scratchie/web/pages/learning/learning.jsp 8 Oct 2013 11:46:09 -0000 1.13 +++ lams_tool_scratchie/web/pages/learning/learning.jsp 6 Dec 2013 14:49:50 -0000 1.14 @@ -31,9 +31,8 @@ var id = '-' + itemUid + '-' + answerUid; $.ajax({ - async: false, - url: '', - data: 'sessionMapID=${sessionMapID}&answerUid=' + answerUid, + url: '', + data: 'answerUid=' + answerUid, dataType: 'json', type: 'post', success: function (json) { @@ -55,6 +54,13 @@ } } }); + + $.ajax({ + url: '', + data: 'sessionMapID=${sessionMapID}&answerUid=' + answerUid, + dataType: 'json', + type: 'post' + }); } function finish(){