<%@ include file="/common/taglibs.jsp"%> <%-- In some cases record list is passed as an attribute, in other - in session map. --%> <%-- This page modifies its content depending on the page it was included from. --%>
${userRecordCount }
${groupRecordCount }
<%-- Part of the content is displayed depending on the summary type --%> <%-- If no records were provided --%>
<%-- First column shows the summaries for the learner, second one for the whole group (session) --%>
${questionSummary.userSummary[0].sum} ${questionSummary.userSummary[0].average}
${questionSummary.groupSummary[0].sum} ${questionSummary.groupSummary[0].average}
:
${singleAnswer.answer}:
${singleAnswer.count}
${singleAnswer.answer}:
${singleAnswer.count}
${fn:substring(ordinal,singleAnswer.answer-1,singleAnswer.answer)}) ${singleAnswer.sum} ${singleAnswer.average}
${fn:substring(ordinal,singleAnswer.answer-1,singleAnswer.answer)}) ${singleAnswer.sum} ${singleAnswer.average}
-
-