Index: lams_tool_assessment/web/pages/monitoring/parts/usersummary.jsp =================================================================== diff -u -r7e76bc278889d21a9d70b4b72562ef2f3062aec8 -rc57ea16d86b357cfd35a9603c804c9eecb8079fb --- lams_tool_assessment/web/pages/monitoring/parts/usersummary.jsp (.../usersummary.jsp) (revision 7e76bc278889d21a9d70b4b72562ef2f3062aec8) +++ lams_tool_assessment/web/pages/monitoring/parts/usersummary.jsp (.../usersummary.jsp) (revision c57ea16d86b357cfd35a9603c804c9eecb8079fb) @@ -101,19 +101,19 @@ {name:'grade', index:'grade', width:80, sorttype:"float", editable:true, editoptions: {size:4, maxlength: 4}, align:"right", classes: 'vertical-align', title : false }, - {name:'marker', index:'marker', width: 110, title: false}, - {name:'markerComment', index:'markerComment', width:300, editable:true, edittype: 'textarea', - sortable: false, editoptions: {maxlength: 3000, rows: 6}, title : false, - formatter:function(cellvalue, options, rowObject, event) { - if (event == "edit") { - cellvalue = cellvalue.replace(/\n/g, '\n
'); - } - return cellvalue; - }, - unformat:function(cellvalue, options, rowObject) { - return rowObject.innerText; - } - } + {name:'marker', index:'marker', width: 110, title: false}, + {name:'markerComment', index:'markerComment', width:300, editable:true, edittype: 'textarea', + sortable: false, editoptions: {maxlength: 3000, rows: 6}, title : false, + formatter:function(cellvalue, options, rowObject, event) { + if (event == "edit") { + cellvalue = cellvalue.replace(/\n/g, '\n
'); + } + return cellvalue; + }, + unformat:function(cellvalue, options, rowObject) { + return rowObject.innerText; + } + } ], multiselect: false, cellurl: '&', @@ -123,7 +123,7 @@ return value; } if (value == "-") { - value = ""; + value = ""; } return value; }, @@ -208,33 +208,33 @@ marker : - "()" + "()" "" - "()" + "()" , - markerComment: "${questionResult.markerCommentEscaped}" + markerComment: "${questionResult.markerCommentEscaped}" }); // set maxGrade attribute to cell DOM element table.setCell(${i.index + 1}, "grade", "", null, { "title": - - "" - - - " - - - - " - - - }); + + "" + + + " + + + + " + + + });