Index: lams_tool_scratchie/web/pages/learning/results.jsp
===================================================================
diff -u -r46c5a097bc772365634d0846864cb2f121c354ef -ra62d79594f2520abdd5503a66234f3b69356fec2
--- lams_tool_scratchie/web/pages/learning/results.jsp (.../results.jsp) (revision 46c5a097bc772365634d0846864cb2f121c354ef)
+++ lams_tool_scratchie/web/pages/learning/results.jsp (.../results.jsp) (revision a62d79594f2520abdd5503a66234f3b69356fec2)
@@ -122,8 +122,8 @@
colModel:[
{name:'id', index:'id', width:0, sorttype:"int", hidden: true},
{name:'isUserAuthor', width:0, hidden: true},
- {name:'groupName', index:'groupName', width:200},
- {name:'burningQuestion', index:'burningQuestion', width:401, edittype: 'textarea', editoptions:{rows:"5"},
+ {name:'groupName', index:'groupName', width:100},
+ {name:'burningQuestion', index:'burningQuestion', width:501, edittype: 'textarea', editoptions:{rows:"5"},
editable: function (options) {
var item = $(this).jqGrid("getLocalRow", options.rowid);
return ${isUserLeader} && eval(item.isUserAuthor);
@@ -136,7 +136,7 @@
},
{name:'count', index:'count', width:50, align:"right"}
],
- caption: "${scratchieItem.title}",
+ caption: "${scratchieItem.title}",
cellurl: '?sessionId=${toolSessionID}&itemUid=${scratchieItem.uid}',
cellEdit: true,
beforeSubmitCell : function (rowid,name,val,iRow,iCol){
@@ -259,19 +259,20 @@
${score}%
-
+
<%@ include file="scratchies.jsp"%>
+
+