Index: lams_tool_survey/conf/language/lams/ApplicationResources_en_AU.properties =================================================================== diff -u -r97b9227e4f759db2510bc57ef24be3a3ef714bfc -rb16c939172548a36f20eaa242698f99cda07c222 --- lams_tool_survey/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 97b9227e4f759db2510bc57ef24be3a3ef714bfc) +++ lams_tool_survey/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision b16c939172548a36f20eaa242698f99cda07c222) @@ -179,3 +179,4 @@ outcome.authoring.remove.confirm = Are you sure you want to remove this learning outcome? outcome.authoring.create.new = [create new] message.monitoring.edit.activity.not.editable = Activity cannot longer be edited +label.your.answers = Your answers Index: lams_tool_survey/web/WEB-INF/tags/Alert5.tag =================================================================== diff -u -r0ebe63b978acffe32a0c7e4a2cd63cfadf73cc96 -rb16c939172548a36f20eaa242698f99cda07c222 --- lams_tool_survey/web/WEB-INF/tags/Alert5.tag (.../Alert5.tag) (revision 0ebe63b978acffe32a0c7e4a2cd63cfadf73cc96) +++ lams_tool_survey/web/WEB-INF/tags/Alert5.tag (.../Alert5.tag) (revision b16c939172548a36f20eaa242698f99cda07c222) @@ -5,6 +5,10 @@ <%@ attribute name="id" required="false" rtexprvalue="true"%> <%@ attribute name="title" required="false" rtexprvalue="true"%> <%@ attribute name="type" required="false" rtexprvalue="true"%> +<%@ attribute name="isIconDisplayed" required="false" rtexprvalue="true"%> + + + @@ -24,20 +28,26 @@ - +
-
\ No newline at end of file + Index: lams_tool_survey/web/WEB-INF/tags/PageLearner.tag =================================================================== diff -u -r955865d255f86a5447f729ec1ce573b2b6f94b27 -rb16c939172548a36f20eaa242698f99cda07c222 --- lams_tool_survey/web/WEB-INF/tags/PageLearner.tag (.../PageLearner.tag) (revision 955865d255f86a5447f729ec1ce573b2b6f94b27) +++ lams_tool_survey/web/WEB-INF/tags/PageLearner.tag (.../PageLearner.tag) (revision b16c939172548a36f20eaa242698f99cda07c222) @@ -6,6 +6,7 @@ <%@ attribute name="toolSessionID" required="true" rtexprvalue="true"%> <%@ attribute name="title" required="false" rtexprvalue="true"%> <%@ attribute name="refresh" required="false" rtexprvalue="true"%> +<%@ attribute name="lessonID" required="false" rtexprvalue="true"%> @@ -55,7 +56,9 @@ decoderDiv = $('
'); $(document).ready(function (){ - initLearnerPage(${toolSessionID}); + const toolSessionID = ${empty lessonID ? toolSessionID : 'null'}, + lessonID = ${empty lessonID ? 'null' : lessonID}; + initLearnerPage(toolSessionID, lessonID); }); function preventLearnerAutosaveFromMultipleTabs(autosaveInterval) { @@ -75,56 +78,75 @@
- - -
+
Skip to main content Index: lams_tool_survey/web/pages/learning/learning.jsp =================================================================== diff -u -r94b2225ee897f0a10318b17e1c692f2ccbb1e36b -rb16c939172548a36f20eaa242698f99cda07c222 --- lams_tool_survey/web/pages/learning/learning.jsp (.../learning.jsp) (revision 94b2225ee897f0a10318b17e1c692f2ccbb1e36b) +++ lams_tool_survey/web/pages/learning/learning.jsp (.../learning.jsp) (revision b16c939172548a36f20eaa242698f99cda07c222) @@ -1,11 +1,12 @@ - <%@ include file="/common/taglibs.jsp"%> - - - <fmt:message key="label.learning.title" /> - <%@ include file="/common/header.jsp"%> + + + + + + - - - - - - - - - - - - + +
+ + + + + - - -
+
+ - + - + + <%-- Show on one page or when learner does not choose edit one question --%> @@ -65,8 +60,10 @@ -  ${currentIdx}  ${sessionMap.totalQuestions} - <%@ include file="/pages/learning/question.jsp"%> + +  ${currentIdx}  ${sessionMap.totalQuestions} + + <%@ include file="/pages/learning/question.jsp"%> @@ -76,12 +73,18 @@ + class="btn btn-primary na"> + + + + + + @@ -90,28 +93,23 @@ -
- - - -
- + - - - + +
+ + - +
-
-
- - + +
+ Index: lams_tool_survey/web/pages/learning/notebook.jsp =================================================================== diff -u -r94b2225ee897f0a10318b17e1c692f2ccbb1e36b -rb16c939172548a36f20eaa242698f99cda07c222 --- lams_tool_survey/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision 94b2225ee897f0a10318b17e1c692f2ccbb1e36b) +++ lams_tool_survey/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision b16c939172548a36f20eaa242698f99cda07c222) @@ -1,57 +1,13 @@ -<%@ include file="/common/taglibs.jsp"%> - - +<%@ include file="/common/taglibs.jsp"%> - - - <fmt:message key="label.learning.title" /> - <%@ include file="/common/header.jsp"%> - - - - - - - - - + - - -
- -
- - - - - - -
- -
- -
-
- - - - -
Index: lams_tool_survey/web/pages/learning/question.jsp =================================================================== diff -u -rbc8213e12c4e5afddd0394ad66386ef3e70d1611 -rb16c939172548a36f20eaa242698f99cda07c222 --- lams_tool_survey/web/pages/learning/question.jsp (.../question.jsp) (revision bc8213e12c4e5afddd0394ad66386ef3e70d1611) +++ lams_tool_survey/web/pages/learning/question.jsp (.../question.jsp) (revision b16c939172548a36f20eaa242698f99cda07c222) @@ -1,71 +1,85 @@ <%@ include file="/common/taglibs.jsp"%> -
-
+
+
+
${questionSequenceNumber}
- + + + -
-
+
+ + - - - - - - +
+ + + + +
+ + + + + + + + + +
+
+ + + type="radio" + + + type="checkbox" + + + /> + + +
+
- + + +
+ + <%-- for single choice question, use javascript to ensure only one option or openText can be chosen --%> + + + -
-
- - - type="radio" - - - type="checkbox" - - - /> - - +

+ +

+

+ +

+
+
-
- +

- ${answerText} + ${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 -rbc8213e12c4e5afddd0394ad66386ef3e70d1611 -rb16c939172548a36f20eaa242698f99cda07c222 --- lams_tool_survey/web/pages/learning/result.jsp (.../result.jsp) (revision bc8213e12c4e5afddd0394ad66386ef3e70d1611) +++ lams_tool_survey/web/pages/learning/result.jsp (.../result.jsp) (revision b16c939172548a36f20eaa242698f99cda07c222) @@ -1,14 +1,8 @@ - <%@ include file="/common/taglibs.jsp"%> - - - <fmt:message key="label.learning.title" /> - <%@ include file="/common/header.jsp"%> - - - + + - - - -
+
+
-
- - + + + ${buttonLabel} - + + - - - - - + + + + + - - - - - - + + + + + + - - - - - - - - - ${buttonLabel} - - - - - -
+ + + + + + + + + + ${buttonLabel} + + + + +
-
-
+
+
- + + +
-
- + +
- -
+
+ @@ -119,87 +113,60 @@ - +
+ +
-
- + + +
+ :  + + +
+
- - - + +
+ +
+
+
- - - - - -
- - +
+
-
- -
- -
-
- -
 
- -
-
- -
-
-
- -
- - - -

- -

-
- -
- -
-
-
- - -
-
+
@@ -218,13 +185,14 @@ + + + +
- - - - - - - +
+ Index: lams_tool_survey/web/pages/learning/resultOtherUsers.jsp =================================================================== diff -u -r8ab1c658eca81a42d7f21d0067bff04c15f70c38 -rb16c939172548a36f20eaa242698f99cda07c222 --- lams_tool_survey/web/pages/learning/resultOtherUsers.jsp (.../resultOtherUsers.jsp) (revision 8ab1c658eca81a42d7f21d0067bff04c15f70c38) +++ lams_tool_survey/web/pages/learning/resultOtherUsers.jsp (.../resultOtherUsers.jsp) (revision b16c939172548a36f20eaa242698f99cda07c222) @@ -1,19 +1,10 @@ - <%@ include file="/common/taglibs.jsp"%> - - - - - - + + - - - <fmt:message key="label.learning.title" /> - <%@ include file="/common/header.jsp"%> - + @@ -29,15 +20,13 @@ } - - - - -
+
+
- + - + <%-- user personal results--%> -
+
+ +
+ -
-
+
+
+ class="fa fa-xs fa-asterisk text-danger float-end"> + - -
-
- + +
- -
+
+ - @@ -151,168 +139,146 @@ - +
+ +
-
- + - - - - - - - - - + +
+ +
+
+ + +
+ :  + +
+
+
- -
- -
-
-
- - -
-
- -
-
-
- -
- - - -

- -

-
- -
- -
-
-
- - -
-
-
- <%-- other users personal results--%> -
-
+
-
-
+
${countFinishedUser}
-
- - - - - - - - - - - - - - - - - - - - +
+
+ <%-- 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}%) +
+
+
+
+ -
- - - - - + + + +
+ + + + + -
<%-- 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}%)
- -
- -
-
+ +
- - + + + +
- - - - - - - +
+