Index: lams_tool_whiteboard/conf/language/lams/ApplicationResources.properties
===================================================================
diff -u -rfc1e0b9d9e66313d54b4f1fad291a8e9d0054767 -r7f347e0f6edf4c758af5b37f52bf67eb23405c78
--- lams_tool_whiteboard/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision fc1e0b9d9e66313d54b4f1fad291a8e9d0054767)
+++ lams_tool_whiteboard/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 7f347e0f6edf4c758af5b37f52bf67eb23405c78)
@@ -90,9 +90,9 @@
label.authoring.advance.gallery.walk.instructions = Instructions for Gallery Walk (ie: Please review other groups' work and make sure you add your review/comments)
label.authoring.advance.gallery.walk.read.only.tooltip = Students will not be able to neither comment on nor rate other teams' work.
monitoring.summary.gallery.walk.start = Start Gallery Walk
-monitoring.summary.gallery.walk.start.confirm = Are you sure you want to finish collaboration phase and start Gallery Walk?
+monitoring.summary.gallery.walk.start.confirm = Are you sure you want to finish collaboration phase and start Gallery Walk? You will not be able to return to collaboration phase.
monitoring.summary.gallery.walk.finish = Finish Gallery Walk
-monitoring.summary.gallery.walk.finish.confirm = Are you sure you want to finish Gallery Walk?
+monitoring.summary.gallery.walk.finish.confirm = Are you sure you want to finish Gallery Walk? You will not be able to restart Gallery Walk.
monitoring.summary.gallery.walk.learner.edit = Let learners modify answers
monitoring.summary.gallery.walk.learner.edit.confirm = Are you sure you want allows students to modify their answers while inside Gallery Walk?
label.gallery.walk = Gallery Walk
@@ -107,6 +107,10 @@
label.gallery.walk.wait.start.preview = Continue to Gallery Walk. Since you are in preview mode, you can do it immediately. Regular learners get this message would need to wait for a teacher to start Gallery Walk on monitoring screen.
label.gallery.walk.wait.finish.preview = Continue to Gallery Walk summary. Since you are in preview mode, you can do it immediately. Regular learners get this message would need to wait for a teacher to finish Gallery Walk on monitoring screen.
label.gallery.walk.preview = You are in preview mode. You only see your own group. Regular learners would see other groups' work and would be able to comment on it and rate it.
+label.gallery.walk.state.not.started = not started
+label.gallery.walk.state.started = started
+label.gallery.walk.state.finished = finished
+label.gallery.walk.state.learner.edit.enabled = , learners can modify answers
label.monitoring.change.leader = Change leader
label.monitoring.leader.successfully.changed = Leader changed
label.monitoring.leader.not.changed = Leader was not changed
Index: lams_tool_whiteboard/conf/language/lams/ApplicationResources_en_AU.properties
===================================================================
diff -u -r66073df9d060c655481967312c70b03b1c858e42 -r7f347e0f6edf4c758af5b37f52bf67eb23405c78
--- lams_tool_whiteboard/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 66073df9d060c655481967312c70b03b1c858e42)
+++ lams_tool_whiteboard/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 7f347e0f6edf4c758af5b37f52bf67eb23405c78)
@@ -90,9 +90,11 @@
label.authoring.advance.gallery.walk.instructions = Instructions for Gallery Walk (ie: Please review other groups' work and make sure you add your review/comments)
label.authoring.advance.gallery.walk.read.only.tooltip = Students will not be able to neither comment on nor rate other teams' work.
monitoring.summary.gallery.walk.start = Start Gallery Walk
-monitoring.summary.gallery.walk.start.confirm = Are you sure you want to finish collaboration phase and start Gallery Walk?
+monitoring.summary.gallery.walk.start.confirm = Are you sure you want to finish collaboration phase and start Gallery Walk? You will not be able to return to collaboration phase.
monitoring.summary.gallery.walk.finish = Finish Gallery Walk
-monitoring.summary.gallery.walk.finish.confirm = Are you sure you want to finish Gallery Walk?
+monitoring.summary.gallery.walk.finish.confirm = Are you sure you want to finish Gallery Walk? You will not be able to restart Gallery Walk.
+monitoring.summary.gallery.walk.learner.edit = Let learners modify answers
+monitoring.summary.gallery.walk.learner.edit.confirm = Are you sure you want allows students to modify their answers while inside Gallery Walk?
label.gallery.walk = Gallery Walk
label.gallery.walk.wait.finish = The Gallery Walk activity has not been set as completed by the teacher. If you have completed, please contact the teacher for assistance.
label.rating = Rating
@@ -105,6 +107,10 @@
label.gallery.walk.wait.start.preview = Continue to Gallery Walk. Since you are in preview mode, you can do it immediately. Regular learners get this message would need to wait for a teacher to start Gallery Walk on monitoring screen.
label.gallery.walk.wait.finish.preview = Continue to Gallery Walk summary. Since you are in preview mode, you can do it immediately. Regular learners get this message would need to wait for a teacher to finish Gallery Walk on monitoring screen.
label.gallery.walk.preview = You are in preview mode. You only see your own group. Regular learners would see other groups' work and would be able to comment on it and rate it.
+label.gallery.walk.state.not.started = not started
+label.gallery.walk.state.started = started
+label.gallery.walk.state.finished = finished
+label.gallery.walk.state.learner.edit.enabled = , learners can modify answers
label.monitoring.change.leader = Change leader
label.monitoring.leader.successfully.changed = Leader changed
label.monitoring.leader.not.changed = Leader was not changed
Index: lams_tool_whiteboard/web/pages/monitoring/summary.jsp
===================================================================
diff -u -rfc1e0b9d9e66313d54b4f1fad291a8e9d0054767 -r7f347e0f6edf4c758af5b37f52bf67eb23405c78
--- lams_tool_whiteboard/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision fc1e0b9d9e66313d54b4f1fad291a8e9d0054767)
+++ lams_tool_whiteboard/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision 7f347e0f6edf4c758af5b37f52bf67eb23405c78)
@@ -33,16 +33,22 @@
margin-bottom: 20px;
}
- .whiteboard-monitoring-summary #gallery-walk-start {
- margin-left: 20px;
+ .whiteboard-monitoring-summary #gallery-walk-panel {
+ width: 30%;
+ margin: auto;
+ margin-bottom: 20px;
+ text-align: center;
}
- .whiteboard-monitoring-summary #gallery-walk-rating-table {
- width: 60%;
- margin: 50px auto;
- border-bottom: 1px solid #ddd;
+ .whiteboard-monitoring-summary #gallery-walk-panel.gallery-walk-panel-ratings {
+ width: 100%;
}
+ .whiteboard-monitoring-summary #gallery-walk-learner-edit {
+ margin-top: 20px;
+ margin-bottom: 20px;
+ }
+
.whiteboard-monitoring-summary #gallery-walk-rating-table th {
font-weight: bold;
font-style: normal;
@@ -344,10 +350,15 @@
toolContentID : ${whiteboard.contentId}
},
'success' : function(){
- let summaryPane = $('#whiteboard-monitoring-summary-${sessionMap.toolContentID}');
-
- $('#gallery-walk-start', summaryPane).hide();
- $('#gallery-walk-finish, #gallery-walk-learner-edit', summaryPane).removeClass('hidden');
+
+
+ // reload current tab with Whiteboard summary
+ loadTab(null, null, false);
+
+
+ location.reload();
+
+
}
});
}
@@ -364,9 +375,6 @@
},
'success' : function(){
-
- $('#whiteboard-monitoring-summary-${sessionMap.toolContentID} #gallery-walk-finish').hide();
-
// reload current tab with Whiteboard summary
loadTab(null, null, false);
@@ -801,55 +809,79 @@
+
-
-