@@ -60,16 +55,14 @@
<%-- Show on one page or when learner does not choose edit one question --%>
-
+
<%@ include file="/pages/learning/question.jsp"%>
-
+
${currentIdx} ${sessionMap.totalQuestions}
<%@ include file="/pages/learning/question.jsp"%>
Index: lams_tool_survey/web/pages/learning/notebook.jsp
===================================================================
diff -u -r40c565b9307a4b3fcc2f724b1baf104c6c8a2dcf -r098d686653002409f33aff0f69b1183e07c1eab3
--- lams_tool_survey/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision 40c565b9307a4b3fcc2f724b1baf104c6c8a2dcf)
+++ lams_tool_survey/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision 098d686653002409f33aff0f69b1183e07c1eab3)
@@ -10,10 +10,10 @@
function disableFinishButton() {
document.getElementById("finishButton").disabled = true;
}
- function submitForm(methodName){
- var f = document.getElementById('messageForm');
- f.submit();
- }
+ function submitForm(methodName){
+ var f = document.getElementById('messageForm');
+ f.submit();
+ }
Index: lams_tool_survey/web/pages/learning/question.jsp
===================================================================
diff -u -r40c565b9307a4b3fcc2f724b1baf104c6c8a2dcf -r098d686653002409f33aff0f69b1183e07c1eab3
--- lams_tool_survey/web/pages/learning/question.jsp (.../question.jsp) (revision 40c565b9307a4b3fcc2f724b1baf104c6c8a2dcf)
+++ lams_tool_survey/web/pages/learning/question.jsp (.../question.jsp) (revision 098d686653002409f33aff0f69b1183e07c1eab3)
@@ -45,8 +45,7 @@
-
+ ${answerText}
Index: lams_tool_survey/web/pages/learning/result.jsp
===================================================================
diff -u -r61d957b69e2230effe4ab96242233c281e0bba44 -r098d686653002409f33aff0f69b1183e07c1eab3
--- lams_tool_survey/web/pages/learning/result.jsp (.../result.jsp) (revision 61d957b69e2230effe4ab96242233c281e0bba44)
+++ lams_tool_survey/web/pages/learning/result.jsp (.../result.jsp) (revision 098d686653002409f33aff0f69b1183e07c1eab3)
@@ -1,39 +1,39 @@
-
+
<%@ include file="/common/taglibs.jsp"%>
-
-
+
<%@ include file="/common/header.jsp"%>
-
-
@@ -43,16 +43,37 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ ${buttonLabel}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${buttonLabel}
+
+
+
+
@@ -65,10 +86,10 @@
-
-
+
+
+
+
@@ -96,7 +117,7 @@
-
+
@@ -107,13 +128,12 @@
-
+
-
+
@@ -123,8 +143,7 @@
-
-
+
@@ -134,8 +153,7 @@
-
+
@@ -145,13 +163,20 @@
-
+
+
Index: lams_tool_survey/web/pages/learning/resultOtherUsers.jsp
===================================================================
diff -u
--- lams_tool_survey/web/pages/learning/resultOtherUsers.jsp (revision 0)
+++ lams_tool_survey/web/pages/learning/resultOtherUsers.jsp (revision 098d686653002409f33aff0f69b1183e07c1eab3)
@@ -0,0 +1,365 @@
+
+
+<%@ include file="/common/taglibs.jsp"%>
+
+
+
+
+
+
+ <%@ include file="/common/header.jsp"%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <%-- user personal results--%>
+
+
+
+
+
+ *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <%-- other users personal results--%>
+
+
+
+
+
+
+
+ ${countFinishedUser}
+
+
+
+
+
+
+
+
+
+ <%-- Only show pie/bar chart when question is single/multiple choics type --%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${option.response}
+
+
+
+ ${optStatus.index % 5 + 1}
+
+
+ ${option.responseCount} (${option.responseFormatStr}%)
+
+
+
+
+
+
+
+
+
+
+
+
+ ${question.openResponseFormatStr}
+
+
+
+ ${(optSize % 5) + 1}
+
+
+ ${question.openResponseCount} (${question.openResponseFormatStr}%)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: lams_tool_survey/web/pages/learning/submissionDeadline.jsp
===================================================================
diff -u -r77bcef245dda8b166cdf40c12c62a7a5ab8d6fde -r098d686653002409f33aff0f69b1183e07c1eab3
--- lams_tool_survey/web/pages/learning/submissionDeadline.jsp (.../submissionDeadline.jsp) (revision 77bcef245dda8b166cdf40c12c62a7a5ab8d6fde)
+++ lams_tool_survey/web/pages/learning/submissionDeadline.jsp (.../submissionDeadline.jsp) (revision 098d686653002409f33aff0f69b1183e07c1eab3)
@@ -8,17 +8,14 @@
<%@ include file="/common/header.jsp"%>
Index: lams_tool_survey/web/pages/monitoring/advanceoptions.jsp
===================================================================
diff -u
--- lams_tool_survey/web/pages/monitoring/advanceoptions.jsp (revision 0)
+++ lams_tool_survey/web/pages/monitoring/advanceoptions.jsp (revision 098d686653002409f33aff0f69b1183e07c1eab3)
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
Index: lams_tool_survey/web/pages/monitoring/listanswers.jsp
===================================================================
diff -u -r40c565b9307a4b3fcc2f724b1baf104c6c8a2dcf -r098d686653002409f33aff0f69b1183e07c1eab3
--- lams_tool_survey/web/pages/monitoring/listanswers.jsp (.../listanswers.jsp) (revision 40c565b9307a4b3fcc2f724b1baf104c6c8a2dcf)
+++ lams_tool_survey/web/pages/monitoring/listanswers.jsp (.../listanswers.jsp) (revision 098d686653002409f33aff0f69b1183e07c1eab3)
@@ -1,7 +1,6 @@
-
<%@ include file="/common/taglibs.jsp"%>
<%@ page import="org.lamsfoundation.lams.tool.survey.SurveyConstants"%>
Index: lams_tool_survey/web/pages/monitoring/notebook.jsp
===================================================================
diff -u -r40c565b9307a4b3fcc2f724b1baf104c6c8a2dcf -r098d686653002409f33aff0f69b1183e07c1eab3
--- lams_tool_survey/web/pages/monitoring/notebook.jsp (.../notebook.jsp) (revision 40c565b9307a4b3fcc2f724b1baf104c6c8a2dcf)
+++ lams_tool_survey/web/pages/monitoring/notebook.jsp (.../notebook.jsp) (revision 098d686653002409f33aff0f69b1183e07c1eab3)
@@ -1,6 +1,6 @@
-<%@ include file="/common/taglibs.jsp"%>
+<%@ include file="/common/taglibs.jsp"%>
Index: lams_tool_survey/web/pages/monitoring/summary.jsp
===================================================================
diff -u -r77bcef245dda8b166cdf40c12c62a7a5ab8d6fde -r098d686653002409f33aff0f69b1183e07c1eab3
--- lams_tool_survey/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision 77bcef245dda8b166cdf40c12c62a7a5ab8d6fde)
+++ lams_tool_survey/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision 098d686653002409f33aff0f69b1183e07c1eab3)
@@ -214,98 +214,7 @@
-
-
+<%@include file="advanceoptions.jsp"%>
-
-
-
-
-
-
-
-
<%@include file="daterestriction.jsp"%>
\ No newline at end of file
-
+
@@ -43,16 +43,37 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ ${buttonLabel}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${buttonLabel}
+
+
+
+
@@ -65,10 +86,10 @@
-
-
+
+
+
+
@@ -96,7 +117,7 @@
-
+
@@ -107,13 +128,12 @@
-
+
-
+
@@ -123,8 +143,7 @@
-
-
+
@@ -134,8 +153,7 @@
-
+
@@ -145,13 +163,20 @@
-
+
+
Index: lams_tool_survey/web/pages/learning/resultOtherUsers.jsp
===================================================================
diff -u
--- lams_tool_survey/web/pages/learning/resultOtherUsers.jsp (revision 0)
+++ lams_tool_survey/web/pages/learning/resultOtherUsers.jsp (revision 098d686653002409f33aff0f69b1183e07c1eab3)
@@ -0,0 +1,365 @@
+
+
+<%@ include file="/common/taglibs.jsp"%>
+
+
+
+
+
+
+ <%@ include file="/common/header.jsp"%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <%-- user personal results--%>
+
+
+
+
+
+ *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <%-- other users personal results--%>
+
+
+
+
+
+
+
+ ${countFinishedUser}
+
+
+
+
+
+
+
+
+
+ <%-- Only show pie/bar chart when question is single/multiple choics type --%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${option.response}
+
+
+
+ ${optStatus.index % 5 + 1}
+
+
+ ${option.responseCount} (${option.responseFormatStr}%)
+
+
+
+
+
+
+
+
+
+
+
+
+ ${question.openResponseFormatStr}
+
+
+
+ ${(optSize % 5) + 1}
+
+
+ ${question.openResponseCount} (${question.openResponseFormatStr}%)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: lams_tool_survey/web/pages/learning/submissionDeadline.jsp
===================================================================
diff -u -r77bcef245dda8b166cdf40c12c62a7a5ab8d6fde -r098d686653002409f33aff0f69b1183e07c1eab3
--- lams_tool_survey/web/pages/learning/submissionDeadline.jsp (.../submissionDeadline.jsp) (revision 77bcef245dda8b166cdf40c12c62a7a5ab8d6fde)
+++ lams_tool_survey/web/pages/learning/submissionDeadline.jsp (.../submissionDeadline.jsp) (revision 098d686653002409f33aff0f69b1183e07c1eab3)
@@ -8,17 +8,14 @@
<%@ include file="/common/header.jsp"%>
Index: lams_tool_survey/web/pages/monitoring/advanceoptions.jsp
===================================================================
diff -u
--- lams_tool_survey/web/pages/monitoring/advanceoptions.jsp (revision 0)
+++ lams_tool_survey/web/pages/monitoring/advanceoptions.jsp (revision 098d686653002409f33aff0f69b1183e07c1eab3)
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
Index: lams_tool_survey/web/pages/monitoring/listanswers.jsp
===================================================================
diff -u -r40c565b9307a4b3fcc2f724b1baf104c6c8a2dcf -r098d686653002409f33aff0f69b1183e07c1eab3
--- lams_tool_survey/web/pages/monitoring/listanswers.jsp (.../listanswers.jsp) (revision 40c565b9307a4b3fcc2f724b1baf104c6c8a2dcf)
+++ lams_tool_survey/web/pages/monitoring/listanswers.jsp (.../listanswers.jsp) (revision 098d686653002409f33aff0f69b1183e07c1eab3)
@@ -1,7 +1,6 @@
-
<%@ include file="/common/taglibs.jsp"%>
<%@ page import="org.lamsfoundation.lams.tool.survey.SurveyConstants"%>
Index: lams_tool_survey/web/pages/monitoring/notebook.jsp
===================================================================
diff -u -r40c565b9307a4b3fcc2f724b1baf104c6c8a2dcf -r098d686653002409f33aff0f69b1183e07c1eab3
--- lams_tool_survey/web/pages/monitoring/notebook.jsp (.../notebook.jsp) (revision 40c565b9307a4b3fcc2f724b1baf104c6c8a2dcf)
+++ lams_tool_survey/web/pages/monitoring/notebook.jsp (.../notebook.jsp) (revision 098d686653002409f33aff0f69b1183e07c1eab3)
@@ -1,6 +1,6 @@
-<%@ include file="/common/taglibs.jsp"%>
+<%@ include file="/common/taglibs.jsp"%>
Index: lams_tool_survey/web/pages/monitoring/summary.jsp
===================================================================
diff -u -r77bcef245dda8b166cdf40c12c62a7a5ab8d6fde -r098d686653002409f33aff0f69b1183e07c1eab3
--- lams_tool_survey/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision 77bcef245dda8b166cdf40c12c62a7a5ab8d6fde)
+++ lams_tool_survey/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision 098d686653002409f33aff0f69b1183e07c1eab3)
@@ -214,98 +214,7 @@
-
-
+<%@include file="advanceoptions.jsp"%>
-
-
-
-
-
-
-
-
<%@include file="daterestriction.jsp"%>
\ No newline at end of file
@@ -96,7 +117,7 @@
-
- | + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ![]() |
+ ||
---|---|---|
+ ![]() |
+ ||
+ ![]() |
+ ||
+
+
+
+ |
+
+ | + +
+
+
+
+
+
+
++ + \ No newline at end of file Index: lams_tool_survey/web/pages/monitoring/listanswers.jsp =================================================================== diff -u -r40c565b9307a4b3fcc2f724b1baf104c6c8a2dcf -r098d686653002409f33aff0f69b1183e07c1eab3 --- lams_tool_survey/web/pages/monitoring/listanswers.jsp (.../listanswers.jsp) (revision 40c565b9307a4b3fcc2f724b1baf104c6c8a2dcf) +++ lams_tool_survey/web/pages/monitoring/listanswers.jsp (.../listanswers.jsp) (revision 098d686653002409f33aff0f69b1183e07c1eab3) @@ -1,7 +1,6 @@ - <%@ include file="/common/taglibs.jsp"%>
-
-
+<%@include file="advanceoptions.jsp"%>
-
-
-
-
-- - - <%@include file="daterestriction.jsp"%> \ No newline at end of file