Index: lams_monitoring/web/monitorLesson.jsp
===================================================================
diff -u -r35d33684e3444f4304b7c22aa87ae5503a75ab18 -r1bf50bf03951b953a70c583d748a044afc6c729f
--- lams_monitoring/web/monitorLesson.jsp (.../monitorLesson.jsp) (revision 35d33684e3444f4304b7c22aa87ae5503a75ab18)
+++ lams_monitoring/web/monitorLesson.jsp (.../monitorLesson.jsp) (revision 1bf50bf03951b953a70c583d748a044afc6c729f)
@@ -169,22 +169,22 @@
String allowDirectLessonLaunch = Configuration.get(ConfigurationKeys.ALLOW_DIRECT_LESSON_LAUNCH);
String allowEditOnFly = Configuration.get(ConfigurationKeys.ALLOW_EDIT_ON_FLY);
String version = Configuration.get(ConfigurationKeys.VERSION);
+String numLearnersProgress = Configuration.get(ConfigurationKeys.LEARNER_PROGRESS_BATCH_SIZE);
%>
-
<%-- lessonID is passed in as request parameters by addLesson.jsp in lams_central. --%>
- ?loadFile=monitoring/lams_monitoring.swf&loadLibrary=monitoring/lams_monitoring_library.swf&userID=&serverURL=&build=<%=clientVersion%>&version=<%=version%>&lang=&country=&langDate=<%=languageDate%>&theme=&lessonID=&actColour=<%= actColour %>&lessonLaunch=<%=allowDirectLessonLaunch%>&editOnFly=<%=allowEditOnFly%>
+ ?loadFile=monitoring/lams_monitoring.swf&loadLibrary=monitoring/lams_monitoring_library.swf&userID=&serverURL=&build=<%=clientVersion%>&version=<%=version%>&lang=&country=&langDate=<%=languageDate%>&theme=&lessonID=&actColour=<%= actColour %>&lessonLaunch=<%=allowDirectLessonLaunch%>&editOnFly=<%=allowEditOnFly%>&pb=<%=numLearnersProgress%>
../lams_preloader
../lams_preloader.swf
-
-