Index: lams_tool_scratchie/web/pages/learning/results.jsp =================================================================== diff -u -r40f2ba218df565d53c58eb97ca60c409887faa63 -r306386beac11809274a80f186288a95ce2f9fae1 --- lams_tool_scratchie/web/pages/learning/results.jsp (.../results.jsp) (revision 40f2ba218df565d53c58eb97ca60c409887faa63) +++ lams_tool_scratchie/web/pages/learning/results.jsp (.../results.jsp) (revision 306386beac11809274a80f186288a95ce2f9fae1) @@ -166,7 +166,25 @@ }, {name:'count', index:'count', width:50, align:"right", title: false} ], - caption: "${scratchieItem.qbQuestion.name}""${scratchieItem.qbQuestion.name}" + " [${fn:length(burningQuestionItemDto.burningQuestionDtos)}]", + caption: + <%-- General burning question --%> + "" + + + <%-- Regular burning question --%> + + <%-- If we hide titles, we just display a link for "Question 1)" --%> + + " ${i.count})" + + <%-- If we show titles, we display question number and then a link with question title --%> + + "${i.count}) " + + + + + + " [${fn:length(burningQuestionItemDto.burningQuestionDtos)}]", editurl: '?sessionId=${toolSessionID}&itemUid=${scratchieItemUid}', beforeEditRow: function (options, rowid) { alert("aaa"); Index: lams_tool_scratchie/web/pages/learning/scratchies.jsp =================================================================== diff -u -r98fb8bd4f3c36bbdcfe9b9445757f685d972cc02 -r306386beac11809274a80f186288a95ce2f9fae1 --- lams_tool_scratchie/web/pages/learning/scratchies.jsp (.../scratchies.jsp) (revision 98fb8bd4f3c36bbdcfe9b9445757f685d972cc02) +++ lams_tool_scratchie/web/pages/learning/scratchies.jsp (.../scratchies.jsp) (revision 306386beac11809274a80f186288a95ce2f9fae1) @@ -2,12 +2,12 @@ - - ${questionNumber.count}) - - - - + + ${questionNumber.count}) + + + +