Index: lams_tool_vote/conf/language/ApplicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/conf/language/Attic/ApplicationResources.properties,v diff -u -r1.48 -r1.49 --- lams_tool_vote/conf/language/ApplicationResources.properties 18 Aug 2006 04:54:41 -0000 1.48 +++ lams_tool_vote/conf/language/ApplicationResources.properties 20 Aug 2006 14:47:22 -0000 1.49 @@ -137,6 +137,9 @@ authoring.msg.cancel.save =Do you want to close this window without saving? button.try.again =Try again label.group =Group +label.tip.displayPieChart = Displays pie chart of votes +label.tip.displayBarChart = Displays bar chart of votes +label.refresh = Refresh #======= End labels: Exported 131 labels for en AU ===== Index: lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningAction.java,v diff -u -r1.35 -r1.36 --- lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningAction.java 16 Aug 2006 15:01:34 -0000 1.35 +++ lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningAction.java 20 Aug 2006 14:47:22 -0000 1.36 @@ -369,7 +369,7 @@ return (mapping.findForward(VIEW_ANSWERS)); } - + public ActionForward redoQuestionsOk(ActionMapping mapping, ActionForm form, HttpServletRequest request, Index: lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningForm.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/Attic/VoteLearningForm.java,v diff -u -r1.19 -r1.20 --- lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningForm.java 12 Aug 2006 21:40:49 -0000 1.19 +++ lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteLearningForm.java 20 Aug 2006 14:47:22 -0000 1.20 @@ -81,6 +81,7 @@ protected String getNextQuestion; protected String getPreviousQuestion; protected String endLearning; + protected String refreshVotes; protected String nominationsSubmited; protected String revisitingUser; @@ -223,6 +224,7 @@ this.setLearnerFinished(null); this.setDonePreview(null); this.setDoneLearnerProgress(null); + this.setRefreshVotes(null); } public void resetParameters() @@ -271,7 +273,19 @@ public void setOptionCheckBoxSelected(String optionCheckBoxSelected) { this.optionCheckBoxSelected = optionCheckBoxSelected; } - /** + /** + * @return Returns the refreshVotes. + */ + public String getRefreshVotes() { + return refreshVotes; + } + /** + * @param refreshVotes The refreshVotes to set. + */ + public void setRefreshVotes(String refreshVotes) { + this.refreshVotes = refreshVotes; + } +/** * @return Returns the optionIndex. */ public String getOptionIndex() { Index: lams_tool_vote/web/403.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/403.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_vote/web/403.jsp 25 Jul 2006 05:26:57 -0000 1.1 +++ lams_tool_vote/web/403.jsp 20 Aug 2006 14:47:22 -0000 1.2 @@ -1,6 +1,6 @@ <%@ page language="java" pageEncoding="UTF-8" contentType="text/html;charset=utf-8" %> <%@ taglib uri="tags-lams" prefix="lams"%> <%@ taglib uri="tags-core" prefix="c" %> - + \ No newline at end of file Index: lams_tool_vote/web/404.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/404.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_vote/web/404.jsp 25 Jul 2006 05:26:57 -0000 1.1 +++ lams_tool_vote/web/404.jsp 20 Aug 2006 14:47:22 -0000 1.2 @@ -1,7 +1,7 @@ <%@ page language="java" pageEncoding="UTF-8" contentType="text/html;charset=utf-8" %> <%@ taglib uri="tags-lams" prefix="lams"%> <%@ taglib uri="tags-core" prefix="c" %> - + Index: lams_tool_vote/web/authoring/AdvancedContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/AdvancedContent.jsp,v diff -u -r1.9 -r1.10 --- lams_tool_vote/web/authoring/AdvancedContent.jsp 14 Aug 2006 18:48:35 -0000 1.9 +++ lams_tool_vote/web/authoring/AdvancedContent.jsp 20 Aug 2006 14:47:22 -0000 1.10 @@ -28,8 +28,8 @@ <%@ taglib uri="fck-editor" prefix="FCK" %> <%@ taglib uri="tags-lams" prefix="lams" %> - - + + Index: lams_tool_vote/web/authoring/Basic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/Attic/Basic.jsp,v diff -u -r1.2 -r1.3 --- lams_tool_vote/web/authoring/Basic.jsp 13 Apr 2006 18:30:39 -0000 1.2 +++ lams_tool_vote/web/authoring/Basic.jsp 20 Aug 2006 14:47:22 -0000 1.3 @@ -29,8 +29,8 @@ <%@ taglib uri="fck-editor" prefix="FCK" %> <%@ taglib uri="tags-lams" prefix="lams" %> - - + + Index: lams_tool_vote/web/authoring/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/BasicContent.jsp,v diff -u -r1.28 -r1.29 --- lams_tool_vote/web/authoring/BasicContent.jsp 16 Aug 2006 15:01:35 -0000 1.28 +++ lams_tool_vote/web/authoring/BasicContent.jsp 20 Aug 2006 14:47:22 -0000 1.29 @@ -29,8 +29,8 @@ <%@ taglib uri="fck-editor" prefix="FCK" %> <%@ taglib uri="tags-lams" prefix="lams" %> - - + +
Index: lams_tool_vote/web/authoring/InstructionsContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/Attic/InstructionsContent.jsp,v diff -u -r1.10 -r1.11 --- lams_tool_vote/web/authoring/InstructionsContent.jsp 16 Aug 2006 21:34:48 -0000 1.10 +++ lams_tool_vote/web/authoring/InstructionsContent.jsp 20 Aug 2006 14:47:22 -0000 1.11 @@ -29,8 +29,8 @@ <%@ taglib uri="fck-editor" prefix="FCK" %> <%@ taglib uri="tags-lams" prefix="lams" %> - - + +
@@ -49,15 +49,15 @@
- + - + @@ -103,15 +103,15 @@ - + - + Index: lams_tool_vote/web/export/ExportContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/export/ExportContent.jsp,v diff -u -r1.10 -r1.11 --- lams_tool_vote/web/export/ExportContent.jsp 16 Aug 2006 21:34:48 -0000 1.10 +++ lams_tool_vote/web/export/ExportContent.jsp 20 Aug 2006 14:47:22 -0000 1.11 @@ -28,8 +28,8 @@ <%@ taglib uri="fck-editor" prefix="FCK" %> <%@ taglib uri="tags-lams" prefix="lams" %> - - + + Index: lams_tool_vote/web/images/Thumbs.db =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/images/Attic/Thumbs.db,v diff -u -r1.2 -r1.3 Binary files differ Index: lams_tool_vote/web/images/columnchart.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/images/columnchart.gif,v diff -u Binary files differ Index: lams_tool_vote/web/images/piechart.gif =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/images/piechart.gif,v diff -u Binary files differ Index: lams_tool_vote/web/learning/AllNominations.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/learning/AllNominations.jsp,v diff -u -r1.21 -r1.22 --- lams_tool_vote/web/learning/AllNominations.jsp 14 Aug 2006 18:48:35 -0000 1.21 +++ lams_tool_vote/web/learning/AllNominations.jsp 20 Aug 2006 14:47:21 -0000 1.22 @@ -24,10 +24,10 @@ <%@ include file="/common/taglibs.jsp"%> - + - + @@ -56,7 +56,8 @@
- + + @@ -69,114 +70,100 @@ +
+ + + + -
+ +
- - - - - - - - - - - - - - - - - - - - - - - - + + + - -
- -
- images/success.gif" align="left" width=20 height=20> - -
- - - - - - - -
- - - - - - -
- - - - - - - - - - + - - - + - + - - - - - - - - - - - - - - - - - - - - -  ( ) - - - - - - -
- - + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + - - - - - - - - - + + + monitoring.do?method=getVoteNomination&questionUid=${currentQuestionUid.value}&sessionUid=${currentSessionUid.value} + + + + + + + + + + + + + + + + + + + + + + + + +  ( ) + + +
+
+ + + + + images/piechart.gif" width=30 height=30 border="0"> + +   + + + - - - monitoring.do?method=getVoteNomination&questionUid=${currentQuestionUid.value}&sessionUid=${currentSessionUid.value} - + + images/columnchart.gif" width=30 height=30 border="0"> + +
-
  @@ -197,27 +184,33 @@
- -
+ +
- - - - - - - + + + + + +    + + + + + + + - + +
+ + + @@ -237,3 +234,9 @@ + + + + + + Index: lams_tool_vote/web/learning/AnswersContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/learning/AnswersContent.jsp,v diff -u -r1.20 -r1.21 --- lams_tool_vote/web/learning/AnswersContent.jsp 12 Aug 2006 17:50:33 -0000 1.20 +++ lams_tool_vote/web/learning/AnswersContent.jsp 20 Aug 2006 14:47:21 -0000 1.21 @@ -24,10 +24,10 @@ <%@ include file="/common/taglibs.jsp"%> - + - + @@ -117,7 +117,8 @@ - + +
Index: lams_tool_vote/web/learning/ExitLearning.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/learning/ExitLearning.jsp,v diff -u -r1.10 -r1.11 --- lams_tool_vote/web/learning/ExitLearning.jsp 14 Aug 2006 18:48:35 -0000 1.10 +++ lams_tool_vote/web/learning/ExitLearning.jsp 20 Aug 2006 14:47:21 -0000 1.11 @@ -24,10 +24,10 @@ <%@ include file="/common/taglibs.jsp"%> - + - + @@ -69,7 +69,7 @@ - +
- +
Index: lams_tool_vote/web/learning/IndividualLearnerResults.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/learning/IndividualLearnerResults.jsp,v diff -u -r1.16 -r1.17 --- lams_tool_vote/web/learning/IndividualLearnerResults.jsp 12 Aug 2006 17:50:34 -0000 1.16 +++ lams_tool_vote/web/learning/IndividualLearnerResults.jsp 20 Aug 2006 14:47:21 -0000 1.17 @@ -24,10 +24,10 @@ <%@ include file="/common/taglibs.jsp"%> - + - + @@ -115,7 +115,7 @@
Index: lams_tool_vote/web/learning/LearnerRep.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/learning/Attic/LearnerRep.jsp,v diff -u -r1.2 -r1.3 --- lams_tool_vote/web/learning/LearnerRep.jsp 11 Aug 2006 12:34:07 -0000 1.2 +++ lams_tool_vote/web/learning/LearnerRep.jsp 20 Aug 2006 14:47:21 -0000 1.3 @@ -24,10 +24,10 @@ <%@ include file="/common/taglibs.jsp"%> - + - + @@ -72,7 +72,7 @@
- + Index: lams_tool_vote/web/learning/defineLater.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/learning/defineLater.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_vote/web/learning/defineLater.jsp 14 Jul 2006 04:50:06 -0000 1.1 +++ lams_tool_vote/web/learning/defineLater.jsp 20 Aug 2006 14:47:21 -0000 1.2 @@ -24,10 +24,10 @@ <%@ include file="/common/taglibs.jsp"%> - + - + Index: lams_tool_vote/web/monitoring/AllSessionsSummary.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/AllSessionsSummary.jsp,v diff -u -r1.10 -r1.11 --- lams_tool_vote/web/monitoring/AllSessionsSummary.jsp 16 Aug 2006 15:01:35 -0000 1.10 +++ lams_tool_vote/web/monitoring/AllSessionsSummary.jsp 20 Aug 2006 14:47:22 -0000 1.11 @@ -28,8 +28,8 @@ <%@ taglib uri="fck-editor" prefix="FCK" %> <%@ taglib uri="tags-lams" prefix="lams" %> - - + + @@ -171,7 +171,7 @@
- + @@ -182,7 +182,7 @@
- + @@ -222,7 +222,7 @@ - + monitoring.do?method=getVoteNomination&questionUid=${currentQuestionUid.value}&sessionUid=${currentSessionUid.value} Index: lams_tool_vote/web/monitoring/Edit.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/Edit.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_vote/web/monitoring/Edit.jsp 16 Aug 2006 15:01:35 -0000 1.3 +++ lams_tool_vote/web/monitoring/Edit.jsp 20 Aug 2006 14:47:22 -0000 1.4 @@ -28,8 +28,8 @@ <%@ taglib uri="fck-editor" prefix="FCK" %> <%@ taglib uri="tags-lams" prefix="lams" %> - - + + Index: lams_tool_vote/web/monitoring/IndividualSessionSummary.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/Attic/IndividualSessionSummary.jsp,v diff -u -r1.11 -r1.12 --- lams_tool_vote/web/monitoring/IndividualSessionSummary.jsp 16 Aug 2006 21:34:48 -0000 1.11 +++ lams_tool_vote/web/monitoring/IndividualSessionSummary.jsp 20 Aug 2006 14:47:22 -0000 1.12 @@ -28,8 +28,8 @@ <%@ taglib uri="fck-editor" prefix="FCK" %> <%@ taglib uri="tags-lams" prefix="lams" %> - - + + @@ -164,7 +164,7 @@
- + @@ -175,7 +175,7 @@
- + @@ -215,7 +215,7 @@ - + monitoring.do?method=getVoteNomination&questionUid=${currentQuestionUid.value}&sessionUid=${currentSessionUid.value} Index: lams_tool_vote/web/monitoring/Instructions.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/Attic/Instructions.jsp,v diff -u -r1.7 -r1.8 --- lams_tool_vote/web/monitoring/Instructions.jsp 16 Aug 2006 21:34:48 -0000 1.7 +++ lams_tool_vote/web/monitoring/Instructions.jsp 20 Aug 2006 14:47:22 -0000 1.8 @@ -28,8 +28,8 @@ <%@ taglib uri="fck-editor" prefix="FCK" %> <%@ taglib uri="tags-lams" prefix="lams" %> - - + + @@ -56,7 +56,7 @@
- + @@ -65,7 +65,7 @@ - + @@ -101,7 +101,7 @@ - + @@ -110,7 +110,7 @@ - + Index: lams_tool_vote/web/monitoring/LearnerRep.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/Attic/LearnerRep.jsp,v diff -u -r1.5 -r1.6 --- lams_tool_vote/web/monitoring/LearnerRep.jsp 16 Aug 2006 15:01:35 -0000 1.5 +++ lams_tool_vote/web/monitoring/LearnerRep.jsp 20 Aug 2006 14:47:22 -0000 1.6 @@ -58,7 +58,7 @@
- + Index: lams_tool_vote/web/monitoring/Stats.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/Stats.jsp,v diff -u -r1.8 -r1.9 --- lams_tool_vote/web/monitoring/Stats.jsp 16 Aug 2006 15:01:35 -0000 1.8 +++ lams_tool_vote/web/monitoring/Stats.jsp 20 Aug 2006 14:47:22 -0000 1.9 @@ -27,8 +27,8 @@ <%@ taglib uri="fck-editor" prefix="FCK" %> <%@ taglib uri="tags-lams" prefix="lams" %> - - + + Index: lams_tool_vote/web/monitoring/SummaryContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/SummaryContent.jsp,v diff -u -r1.25 -r1.26 --- lams_tool_vote/web/monitoring/SummaryContent.jsp 16 Aug 2006 15:01:35 -0000 1.25 +++ lams_tool_vote/web/monitoring/SummaryContent.jsp 20 Aug 2006 14:47:22 -0000 1.26 @@ -28,8 +28,8 @@ <%@ taglib uri="fck-editor" prefix="FCK" %> <%@ taglib uri="tags-lams" prefix="lams" %> - - + + Index: lams_tool_vote/web/monitoring/UserResponses.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/Attic/UserResponses.jsp,v diff -u -r1.5 -r1.6 --- lams_tool_vote/web/monitoring/UserResponses.jsp 30 Jun 2006 03:26:26 -0000 1.5 +++ lams_tool_vote/web/monitoring/UserResponses.jsp 20 Aug 2006 14:47:22 -0000 1.6 @@ -28,8 +28,8 @@ <%@ taglib uri="fck-editor" prefix="FCK" %> <%@ taglib uri="tags-lams" prefix="lams" %> - - + +