Index: lams_monitoring/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -r8dc1d75924ecfcc0742ba8f8fff00b22f656a284 -r20f8f4f0d64597b2c74bab1335efd1cf88281da6 --- lams_monitoring/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 8dc1d75924ecfcc0742ba8f8fff00b22f656a284) +++ lams_monitoring/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 20f8f4f0d64597b2c74bab1335efd1cf88281da6) @@ -309,11 +309,10 @@ tour.intro.title =Monitor Tour tour.intro.content =This short tour will show you the features of the LAMS Monitoring screen. You can stop the tour at any time by clicking End Tour, and restart it again by clicking on the Tour button. tour.end.title =End Of Tour -tour.end.content =Thank you for taking the tour. To restart the tour, click the Tour button again. Remember you can get more help on Monitoring by clicking the Help button on each tab. +tour.end.content =

Thank you for taking the tour. To restart the tour, click the Tour button again.

For further help, click on the More button below.

tour.tab.selection.title=Tab Selection tour.tab.selection.content=

Monitoring is broken into three areas, accessed by these titles at the top of the page.

Lesson gives the overall lesson details.

Sequence gives an overview of the lesson sequence and is used to access the activities within the lesson.

Learners shows the details about each learner.

tour.tab.refresh.content=Updates the screen. -tour.help.content=Additional help may be accessed using the Help button. tour.lesson.state.content=

Click on the current status to change the status. The lesson can be Started, Suspended, Archived or Removed.

Started or Activated lessons are available for learners to participate in.

Suspended or Disabled lessons are lessons that have been disabled by a monitor. Learners cannot see but not access disabled lessons. Learners currently in the lesson (with a learner window open) can progress through the lesson.

Archived lessons do not appear on learner's main screen, but are available for Monitors to view.

Removed lessons are removed altogether and cannot be retrieved.

tour.lesson.count.learners.content=

This area shows the number of learners who have started the sequence so far, and the total number of learners who are able to access the sequence.

Note that this does NOT indicate the number of learners online at this moment, but rather how many learners have joined the sequence since it was started.

tour.learner.in.class.content=

Display the learners in the class. From the resulting learner list you can email a particular learner.

@@ -340,5 +339,8 @@ tour.journal.entries.content=

View the entries in the learner's journal. These are entries are made in Learner, using the Save to Journal option in the Notebook.

tour.email.content=

Send an email to a particular learner.

tour.this.is.disabled=This function is disabled while the tour is running. - +tour.prev=Prev +tour.next=Next +tour.more.help=More +tour.end.tour=End Tour #======= End labels: Exported 299 labels for en AU ===== Index: lams_monitoring/web/css/monitorLesson.css =================================================================== diff -u -rcf50417b5cb818e1ae0fa9efcb0378e6104b17b8 -r20f8f4f0d64597b2c74bab1335efd1cf88281da6 --- lams_monitoring/web/css/monitorLesson.css (.../monitorLesson.css) (revision cf50417b5cb818e1ae0fa9efcb0378e6104b17b8) +++ lams_monitoring/web/css/monitorLesson.css (.../monitorLesson.css) (revision 20f8f4f0d64597b2c74bab1335efd1cf88281da6) @@ -163,6 +163,11 @@ margin: 5px 5px 5px 0; } +.topButtonsContainer button { + float: right; + margin: 5px 5px 5px 0; +} + .lessonManageField { margin-right: 5px; } Index: lams_monitoring/web/monitor.jsp =================================================================== diff -u -r8dc1d75924ecfcc0742ba8f8fff00b22f656a284 -r20f8f4f0d64597b2c74bab1335efd1cf88281da6 --- lams_monitoring/web/monitor.jsp (.../monitor.jsp) (revision 8dc1d75924ecfcc0742ba8f8fff00b22f656a284) +++ lams_monitoring/web/monitor.jsp (.../monitor.jsp) (revision 20f8f4f0d64597b2c74bab1335efd1cf88281da6) @@ -240,13 +240,9 @@
- - + - - - @@ -441,10 +437,9 @@
- - - + + @@ -511,9 +506,9 @@ onChange="javascript:loadLearnerProgressPage()" /> - - + + Index: lams_monitoring/web/monitorTour.jsp =================================================================== diff -u -r8dc1d75924ecfcc0742ba8f8fff00b22f656a284 -r20f8f4f0d64597b2c74bab1335efd1cf88281da6 --- lams_monitoring/web/monitorTour.jsp (.../monitorTour.jsp) (revision 8dc1d75924ecfcc0742ba8f8fff00b22f656a284) +++ lams_monitoring/web/monitorTour.jsp (.../monitorTour.jsp) (revision 20f8f4f0d64597b2c74bab1335efd1cf88281da6) @@ -1,8 +1,18 @@ <%-- The definition of Bootstrap Tour for monitor.jsp. Use storage: false so that it always starts at the first step otherwise the multiple tabs confuses matters. --%> var tour = null; function startTour() { - debugger; + + var selectedTabID = getCurrentTabID(); + var startStep = 0; + if ( selectedTabID == 2 ) { + startStep = 10; + } else if ( selectedTabID == 3 ) { + startStep = 18; + } + tourInProgress = true; + $('.tour-button').prop('disabled', true); + if ( tour == null ) { tour = new Tour({ name: "LAMSMonitorTour", @@ -20,11 +30,6 @@ element: "#tour-refresh-button", title: "", content: "", - placement: "bottom", - }, { - element: "#tour-help-button", - title: "", - content: "", placement: "left", },{ element: "#lessonStateLabel:first-child", @@ -62,7 +67,7 @@ element: "#chartDiv", title: "", content: "", - placement: "bottom", + placement: "left", onNext: switchToSequence },{ title: "", @@ -108,7 +113,7 @@ element: "#liveEditButton", title: "", content: "", - placement: "bottom", + placement: "left", onNext: switchToLearners },{ title: "", @@ -149,9 +154,11 @@ } ], onEnd: tourEnd, - debug: true, + debug: false, backdrop: false, - storage: false + storage: false, + template: '