Index: lams_tool_survey/web/WEB-INF/tags/Alert.tag
===================================================================
diff -u
--- lams_tool_survey/web/WEB-INF/tags/Alert.tag (revision 0)
+++ lams_tool_survey/web/WEB-INF/tags/Alert.tag (revision af1051520a59e1945b25b8be64c5c6a0f7820baf)
@@ -0,0 +1,46 @@
+<%@ tag body-content="scriptless"%>
+<%@ taglib uri="tags-core" prefix="c"%>
+
+<%@ attribute name="close" required="false" rtexprvalue="true"%>
+<%@ attribute name="id" required="false" rtexprvalue="true"%>
+<%@ attribute name="type" required="false" rtexprvalue="true"%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
\ No newline at end of file
Index: lams_tool_survey/web/WEB-INF/tags/Page.tag
===================================================================
diff -u
--- lams_tool_survey/web/WEB-INF/tags/Page.tag (revision 0)
+++ lams_tool_survey/web/WEB-INF/tags/Page.tag (revision af1051520a59e1945b25b8be64c5c6a0f7820baf)
@@ -0,0 +1,36 @@
+<%@ tag body-content="scriptless"%>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
+
+<%@ attribute name="type" required="true" rtexprvalue="true"%>
+<%@ attribute name="style" required="false" rtexprvalue="true"%>
+<%@ attribute name="title" required="false" rtexprvalue="true"%>
+<%@ attribute name="titleHelpURL" required="false" rtexprvalue="true"%>
+<%@ attribute name="headingContent" required="false" rtexprvalue="true"%>
+
+
+
+
Index: lams_tool_survey/web/WEB-INF/tlds/lams/lams.tld
===================================================================
diff -u -r5e63656a12c02f7476564e278b43ff4ce86ac930 -raf1051520a59e1945b25b8be64c5c6a0f7820baf
--- lams_tool_survey/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 5e63656a12c02f7476564e278b43ff4ce86ac930)
+++ lams_tool_survey/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision af1051520a59e1945b25b8be64c5c6a0f7820baf)
@@ -432,6 +432,14 @@
/WEB-INF/tags/DefineLater.tag
+ Alert
+ /WEB-INF/tags/Alert.tag
+
+
+ Page
+ /WEB-INF/tags/Page.tag
+
+
ImgButtonWrapper
/WEB-INF/tags/ImgButtonWrapper.tag
Index: lams_tool_survey/web/common/header.jsp
===================================================================
diff -u -r098d686653002409f33aff0f69b1183e07c1eab3 -raf1051520a59e1945b25b8be64c5c6a0f7820baf
--- lams_tool_survey/web/common/header.jsp (.../header.jsp) (revision 098d686653002409f33aff0f69b1183e07c1eab3)
+++ lams_tool_survey/web/common/header.jsp (.../header.jsp) (revision af1051520a59e1945b25b8be64c5c6a0f7820baf)
@@ -9,5 +9,8 @@
+
+
+
Index: lams_tool_survey/web/common/messages.jsp
===================================================================
diff -u -rec918a1f6fa717d59f8074f508fe798eb3cbdf41 -raf1051520a59e1945b25b8be64c5c6a0f7820baf
--- lams_tool_survey/web/common/messages.jsp (.../messages.jsp) (revision ec918a1f6fa717d59f8074f508fe798eb3cbdf41)
+++ lams_tool_survey/web/common/messages.jsp (.../messages.jsp) (revision af1051520a59e1945b25b8be64c5c6a0f7820baf)
@@ -1,8 +1,8 @@
<%-- Error Messages --%>
-
+
-
+
\ No newline at end of file
Index: lams_tool_survey/web/pages/learning/definelater.jsp
===================================================================
diff -u -re48fc0e1f6819e257b87efa36c3baec3c1c488f0 -raf1051520a59e1945b25b8be64c5c6a0f7820baf
--- lams_tool_survey/web/pages/learning/definelater.jsp (.../definelater.jsp) (revision e48fc0e1f6819e257b87efa36c3baec3c1c488f0)
+++ lams_tool_survey/web/pages/learning/definelater.jsp (.../definelater.jsp) (revision af1051520a59e1945b25b8be64c5c6a0f7820baf)
@@ -9,15 +9,12 @@
+
+
+
-
-
-
-
+
-
-
-
+
Index: lams_tool_survey/web/pages/learning/learning.jsp
===================================================================
diff -u -r2ef18e4c87e2e7929950dbeb990c6715ef16c0c2 -raf1051520a59e1945b25b8be64c5c6a0f7820baf
--- lams_tool_survey/web/pages/learning/learning.jsp (.../learning.jsp) (revision 2ef18e4c87e2e7929950dbeb990c6715ef16c0c2)
+++ lams_tool_survey/web/pages/learning/learning.jsp (.../learning.jsp) (revision af1051520a59e1945b25b8be64c5c6a0f7820baf)
@@ -3,32 +3,32 @@
<%@ include file="/common/taglibs.jsp"%>
-
-
+
<%@ include file="/common/header.jsp"%>
-
+
+ for (idx = 0; idx < rs.length; idx++)
+ rs[idx].checked = false;
+ }
+
-
+
@@ -39,20 +39,20 @@
-
-
-
-
-
+
+
+
-
+
-
-
-
+
+
+
+
+
-
-
+
+
<%-- Show on one page or when learner does not choose edit one question --%>
@@ -63,63 +63,51 @@
- ${currentIdx} ${sessionMap.totalQuestions}
+ ${currentIdx} ${sessionMap.totalQuestions}
<%@ include file="/pages/learning/question.jsp"%>
<%-- Display button according to different situation --%>
<%--POSITION: 0=middle of survey, 1=first question, 2=last question, 3=Only one question available--%>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: lams_tool_survey/web/pages/learning/notebook.jsp
===================================================================
diff -u -re48fc0e1f6819e257b87efa36c3baec3c1c488f0 -raf1051520a59e1945b25b8be64c5c6a0f7820baf
--- lams_tool_survey/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision e48fc0e1f6819e257b87efa36c3baec3c1c488f0)
+++ lams_tool_survey/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision af1051520a59e1945b25b8be64c5c6a0f7820baf)
@@ -1,7 +1,7 @@
<%@ include file="/common/taglibs.jsp"%>
-
+
@@ -10,11 +10,11 @@
function disableFinishButton() {
document.getElementById("finishButton").disabled = true;
}
- function submitForm(methodName){
+ function submitForm(methodName) {
var f = document.getElementById('messageForm');
f.submit();
}
-
+
@@ -25,32 +25,34 @@
-
-
-
-
+
-
+
-
-
+
+
<%@ include file="/common/messages.jsp"%>
-
+
-
+
+
+
+
-
-
+
Index: lams_tool_survey/web/pages/learning/question.jsp
===================================================================
diff -u -r098d686653002409f33aff0f69b1183e07c1eab3 -raf1051520a59e1945b25b8be64c5c6a0f7820baf
--- lams_tool_survey/web/pages/learning/question.jsp (.../question.jsp) (revision 098d686653002409f33aff0f69b1183e07c1eab3)
+++ lams_tool_survey/web/pages/learning/question.jsp (.../question.jsp) (revision af1051520a59e1945b25b8be64c5c6a0f7820baf)
@@ -1,68 +1,82 @@
<%@ include file="/common/taglibs.jsp"%>
-
-
- *
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ${answerText}
-
-
-
-
- <%-- for single choice question, use javascript to ensure only one option or openText can be chosen --%>
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${answerText}
+
-
-
-
-
-
-
-
-
+
+
+ <%-- for single choice question, use javascript to ensure only one option or openText can be chosen --%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: lams_tool_survey/web/pages/learning/result.jsp
===================================================================
diff -u -r2ef18e4c87e2e7929950dbeb990c6715ef16c0c2 -raf1051520a59e1945b25b8be64c5c6a0f7820baf
--- lams_tool_survey/web/pages/learning/result.jsp (.../result.jsp) (revision 2ef18e4c87e2e7929950dbeb990c6715ef16c0c2)
+++ lams_tool_survey/web/pages/learning/result.jsp (.../result.jsp) (revision af1051520a59e1945b25b8be64c5c6a0f7820baf)
@@ -34,65 +34,66 @@
-
-
-
-
-
+
+
-
+
-
+
-
-
+
+
+
+
${buttonLabel}
-
+
-
+
+
+
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
- ${buttonLabel}
-
+
+
+
+ ${buttonLabel}
+
+
+
-
+
-
-
+
+
+
-
-
-
-
-
-
-
-
-
@@ -110,101 +111,112 @@
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
Index: lams_tool_survey/web/pages/learning/resultOtherUsers.jsp
===================================================================
diff -u -r2ef18e4c87e2e7929950dbeb990c6715ef16c0c2 -raf1051520a59e1945b25b8be64c5c6a0f7820baf
--- lams_tool_survey/web/pages/learning/resultOtherUsers.jsp (.../resultOtherUsers.jsp) (revision 2ef18e4c87e2e7929950dbeb990c6715ef16c0c2)
+++ lams_tool_survey/web/pages/learning/resultOtherUsers.jsp (.../resultOtherUsers.jsp) (revision af1051520a59e1945b25b8be64c5c6a0f7820baf)
@@ -1,8 +1,12 @@
<%@ include file="/common/taglibs.jsp"%>
-
-
+
+
+
+
+
+
@@ -13,124 +17,140 @@
-
+#other-users-answers-title {
+ margin-top: 20px;
+}
+
+table.alternative-color td:first-child {
+ width: 25%;
+}
+
+
+
-
-
-
-
-
+
+
-
+
-
+
-
+
-
+
<%-- user personal results--%>
-
-
+
+
+
+
@@ -148,209 +168,181 @@
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
-
+
<%-- 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}
-
-
-
+
+
+
+ <%-- Only show pie/bar chart when question is single/multiple choics type --%>
+
+
+
+
+
+
+
+
+
+
+
+ ${option.response}
+
+ ${option.responseCount} (${option.responseFormatStr}%)
+
+
+
+
+
+
+
+
+
+
+ ${question.openResponseFormatStr}
+
+
${(optSize % 5) + 1}
-
-
- ${question.openResponseCount} (${question.openResponseFormatStr}%)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ ${question.openResponseCount} (${question.openResponseFormatStr}%)
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: lams_tool_survey/web/pages/learning/submissionDeadline.jsp
===================================================================
diff -u -re48fc0e1f6819e257b87efa36c3baec3c1c488f0 -raf1051520a59e1945b25b8be64c5c6a0f7820baf
--- lams_tool_survey/web/pages/learning/submissionDeadline.jsp (.../submissionDeadline.jsp) (revision e48fc0e1f6819e257b87efa36c3baec3c1c488f0)
+++ lams_tool_survey/web/pages/learning/submissionDeadline.jsp (.../submissionDeadline.jsp) (revision af1051520a59e1945b25b8be64c5c6a0f7820baf)
@@ -1,92 +1,91 @@
-
+
<%@include file="/common/taglibs.jsp"%>
<%@ include file="/common/header.jsp"%>
+ function continueReflect() {
+ document.location.href = ' ';
+ }
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+