Index: lams_monitoring/web/monitorLesson.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/Attic/monitorLesson.jsp,v diff -u -r1.23 -r1.24 --- lams_monitoring/web/monitorLesson.jsp 30 Nov 2007 00:19:31 -0000 1.23 +++ lams_monitoring/web/monitorLesson.jsp 9 Dec 2007 23:23:19 -0000 1.24 @@ -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 - -