Index: lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningStarterAction.java
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningStarterAction.java,v
diff -u -r1.41 -r1.42
--- lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningStarterAction.java 8 Nov 2006 22:07:03 -0000 1.41
+++ lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningStarterAction.java 15 Nov 2006 22:27:52 -0000 1.42
@@ -524,6 +524,11 @@
logger.debug("userAttempts: "+ userAttempts);
request.setAttribute(LIST_GENERAL_CHECKED_OPTIONS_CONTENT, userAttempts);
+
+ VoteGeneralMonitoringDTO voteGeneralMonitoringDTO=new VoteGeneralMonitoringDTO();
+ MonitoringUtil.prepareChartData(request, voteService, null, voteContent.getVoteContentId().toString(),
+ voteSession.getUid().toString(), voteGeneralLearnerFlowDTO, voteGeneralMonitoringDTO);
+
String isContentLockOnFinish=voteLearningForm.getLockOnFinish();
logger.debug("isContentLockOnFinish: " + isContentLockOnFinish);
@@ -539,10 +544,6 @@
voteLearningForm.setRevisitingUser(new Boolean(true).toString());
voteGeneralLearnerFlowDTO.setRevisitingUser(new Boolean(true).toString());
logger.debug("preparing chart data for readonly mode");
-
- VoteGeneralMonitoringDTO voteGeneralMonitoringDTO=new VoteGeneralMonitoringDTO();
- MonitoringUtil.prepareChartData(request, voteService, null, voteContent.getVoteContentId().toString(),
- voteSession.getUid().toString(), voteGeneralLearnerFlowDTO, voteGeneralMonitoringDTO);
logger.debug("view-only voteGeneralLearnerFlowDTO: " + voteGeneralLearnerFlowDTO);
Index: lams_tool_vote/web/learning/ExitLearning.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/web/learning/ExitLearning.jsp,v
diff -u -r1.19 -r1.20
--- lams_tool_vote/web/learning/ExitLearning.jsp 14 Nov 2006 21:00:30 -0000 1.19
+++ lams_tool_vote/web/learning/ExitLearning.jsp 15 Nov 2006 22:27:53 -0000 1.20
@@ -36,6 +36,9 @@