Index: lams_tool_scratchie/web/pages/learning/results.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scratchie/web/pages/learning/results.jsp,v diff -u -r1.13.2.7 -r1.13.2.8 --- lams_tool_scratchie/web/pages/learning/results.jsp 5 Apr 2016 17:24:32 -0000 1.13.2.7 +++ lams_tool_scratchie/web/pages/learning/results.jsp 8 Apr 2016 11:30:59 -0000 1.13.2.8 @@ -110,7 +110,7 @@ colModel:[ {name:'id', index:'id', width:0, sorttype:"int", hidden: true}, {name:'groupName', index:'groupName', width:200}, - {name:'feedback', index:'feedback', width:374}, + {name:'feedback', index:'feedback', width:401}, {name:'like', index:'like', width:60, align: "center"}, {name:'count', index:'count', width:50, align:"right"} ], @@ -121,15 +121,15 @@ jQuery("#burningQuestions${scratchieItem.uid}").addRowData(${i.index + 1}, { id:"${i.index + 1}", groupName:"${burningQuestionDto.sessionName}", - feedback:"", + feedback:"${burningQuestionDto.escapedBurningQuestion}", - + like:'', like:'', - + like:'"' + 'onclick="javascript:likeEntry(${burningQuestionDto.burningQuestion.uid});" id="like-${burningQuestionDto.burningQuestion.uid}" />',