Index: lams_tool_scratchie/web/pages/learning/learning.jsp =================================================================== diff -u -r588920f0bcb20d715a58bb2bbde3da5520b7e9b0 -rfba7287887f6dd83d3098100af6320cccf1f3e36 --- lams_tool_scratchie/web/pages/learning/learning.jsp (.../learning.jsp) (revision 588920f0bcb20d715a58bb2bbde3da5520b7e9b0) +++ lams_tool_scratchie/web/pages/learning/learning.jsp (.../learning.jsp) (revision fba7287887f6dd83d3098100af6320cccf1f3e36) @@ -81,7 +81,7 @@ function scratchItem(itemUid, answerUid){ $.ajax({ url: '', - data: 'sessionMapID=${sessionMapID}&answerUid=' + answerUid, + data: 'sessionMapID=${sessionMapID}&answerUid=' + answerUid + '&itemUid=' + itemUid, dataType: 'json', type: 'post', success: function (json) {