\ No newline at end of file
Index: lams_tool_assessment/web/pages/learning/resultsbootstrap3/essay.jsp
===================================================================
diff -u
--- lams_tool_assessment/web/pages/learning/resultsbootstrap3/essay.jsp (revision 0)
+++ lams_tool_assessment/web/pages/learning/resultsbootstrap3/essay.jsp (revision 067e828d94163bebff1b41b13e9503f1e6039dc4)
@@ -0,0 +1,114 @@
+<%@ include file="/common/taglibs.jsp"%>
+
+
+
+
+
+
+
+
+
+
+
+
+ ${question.answer}
+
+
+
${question.answer}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <%-- Default answer value, when answers are not disclosed yet --%>
+
+
+ <%-- Reset variable value --%>
+
+
+
+
+ <%-- Get the needed piece of information from a complicated questionSummaries structure --%>
+
+
+
+
+ <%-- If uid is NULL then it is a dummy session result, for a group that has not provided answers
+ Do not display the group's rating then --%>
+
+
+
+
+
+
+
+
+
+
+
+
+ <%-- Show answers for all other teams, and just rating if someone has already commented on this team's answer --%>
+
+
+
+
+
+
+
+
+
+ <%-- Sessions are named after groups --%>
+
+
+
+
+
+ <%-- Do not show your own answer --%>
+
+
+
+
+
+
+
+
${answer}
+
+
+
+
+
+
+
+
+
+ <%-- Do not allow voting for own answer, and for non-leaders if leader is enabled --%>
+
+
+
+
+
+
+
+
+
\ No newline at end of file
Index: lams_tool_assessment/web/pages/learning/resultsbootstrap3/historyresponses.jsp
===================================================================
diff -u
--- lams_tool_assessment/web/pages/learning/resultsbootstrap3/historyresponses.jsp (revision 0)
+++ lams_tool_assessment/web/pages/learning/resultsbootstrap3/historyresponses.jsp (revision 067e828d94163bebff1b41b13e9503f1e6039dc4)
@@ -0,0 +1,109 @@
+<%@ include file="/common/taglibs.jsp"%>
+
+
+
+
+
+
+
+ <%-- Now groups other than this one --%>
+
+ <%-- Get the needed piece of information from a complicated questionSummaries structure --%>
+
+
+
+
+
+ ${teams}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: lams_tool_assessment/web/pages/monitoring/parts/discloseAnswers5.jsp
===================================================================
diff -u -r6866da235d682d74f883afdd01e00e92d16a13eb -r067e828d94163bebff1b41b13e9503f1e6039dc4
--- lams_tool_assessment/web/pages/monitoring/parts/discloseAnswers5.jsp (.../discloseAnswers5.jsp) (revision 6866da235d682d74f883afdd01e00e92d16a13eb)
+++ lams_tool_assessment/web/pages/monitoring/parts/discloseAnswers5.jsp (.../discloseAnswers5.jsp) (revision 067e828d94163bebff1b41b13e9503f1e6039dc4)
@@ -5,7 +5,7 @@
var toolContentId = resultsPane.data('toolContentId');
// load an embedded results list
// show details button needs to be set in the page which included this page
- resultsPane.load("?embedded=true&sessionMapID=${sessionMapID}&showQuestionDetailsButton="
+ resultsPane.load("?embedded=true&bootstrap5=true&sessionMapID=${sessionMapID}&showQuestionDetailsButton="
+ showQuestionDetailsButton + "&toolContentID=" + toolContentId, function(){
var assessmentQuestionsPane = $(this).closest('.assessment-questions-pane'),
// are any correct/groups buttons clickable?