Index: lams_tool_daco/web/pages/learning/questionSummaries.jsp =================================================================== diff -u -rb31ac55045b51d2098eb4b66772e3d6e2a5a89b6 -r9576915785bfd47231fe20f9da6f130d39dc9c34 --- lams_tool_daco/web/pages/learning/questionSummaries.jsp (.../questionSummaries.jsp) (revision b31ac55045b51d2098eb4b66772e3d6e2a5a89b6) +++ lams_tool_daco/web/pages/learning/questionSummaries.jsp (.../questionSummaries.jsp) (revision 9576915785bfd47231fe20f9da6f130d39dc9c34) @@ -2,222 +2,223 @@ - <%-- In some cases record list is passed as an attribute, in other - in session map. --%> - + <%-- 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 --%> - +
+
+
+ +
+
+ + + + + + + + +
+
+
+ +
+
+ +
+
+ ${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} -
-
-
-
-
-
-
-
- - -
- -
+
+ +
+
+ +
+ + + + <%-- 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} - - + + ${singleAnswer.sum} + + + ${singleAnswer.average} + + -
-
-
- -
- -
+
+
+
+ +
+ +
${fn:substring(ordinal,singleAnswer.answer-1,singleAnswer.answer)}) - + - - ${singleAnswer.sum} - - - ${singleAnswer.average} - - + + ${singleAnswer.sum} + + + ${singleAnswer.average} + + -
-
-
-
- - -
-
-
-
-
- -
-
-
+
+
+
+ - - - -
+ +
-
+
-
+
+ +
+ + + + + + + \ No newline at end of file