Index: lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningAction.java =================================================================== diff -u -r79c85c32740b5bce9fd2800e35e832062fe9648d -re4797b1aa0dea7822e9aca11510c4294f568f567 --- lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningAction.java (.../VoteLearningAction.java) (revision 79c85c32740b5bce9fd2800e35e832062fe9648d) +++ lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningAction.java (.../VoteLearningAction.java) (revision e4797b1aa0dea7822e9aca11510c4294f568f567) @@ -143,6 +143,9 @@ VoteSession voteSession=voteService.retrieveVoteSession(toolSessionId); logger.debug("retrieving voteSession: " + voteSession); + VoteContent voteContent=voteSession.getVoteContent(); + logger.debug("retrieving voteContent: " + voteContent); + Long toolSessionUid=voteSession.getUid(); logger.debug("toolSessionUid: " + toolSessionUid); @@ -156,6 +159,12 @@ logger.debug("userAttempts: "+ userAttempts); request.setAttribute(LIST_GENERAL_CHECKED_OPTIONS_CONTENT, userAttempts); + logger.debug("voteSession uid:" + voteSession.getUid()); + logger.debug("calling prepareChartData:" + voteContent.getVoteContentId() + " " + voteSession.getUid()); + MonitoringUtil.prepareChartData(request, voteService, null, voteContent.getVoteContentId(), voteSession.getUid()); + logger.debug("end of prepareChartData:" + voteContent.getVoteContentId() + " " + voteSession.getUid()); + + voteLearningForm.resetCommands(); logger.debug("fwding to ALL_NOMINATIONS: "+ ALL_NOMINATIONS); return (mapping.findForward(ALL_NOMINATIONS)); Index: lams_tool_vote/web/learning/AllNominations.jsp =================================================================== diff -u -r42c1b74cbc393836dc6e71afbb4223c27690e40e -re4797b1aa0dea7822e9aca11510c4294f568f567 --- lams_tool_vote/web/learning/AllNominations.jsp (.../AllNominations.jsp) (revision 42c1b74cbc393836dc6e71afbb4223c27690e40e) +++ lams_tool_vote/web/learning/AllNominations.jsp (.../AllNominations.jsp) (revision e4797b1aa0dea7822e9aca11510c4294f568f567) @@ -99,7 +99,80 @@ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + monitoring.do?method=getVoteNomination&questionUid=${currentQuestionUid.value}&sessionUid=${currentSessionUid.value} + + + + + + + + + + + + + + + + + + + + + + + + + +  ( ) + + +
+ + + +