Index: lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/pojos/McContent.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/pojos/McContent.java,v diff -u -r1.3 -r1.4 --- lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/pojos/McContent.java 22 Jan 2006 14:36:51 -0000 1.3 +++ lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/pojos/McContent.java 26 Jan 2006 12:27:01 -0000 1.4 @@ -142,13 +142,13 @@ this.createdBy = createdBy; this.synchInMonitor = synchInMonitor; this.contentInUse = contentInUse; + this.showFeedback = showFeedback; this.offlineInstructions = offlineInstructions; this.onlineInstructions = onlineInstructions; this.endLearningMessage = endLearningMessage; + this.retries=retries; this.passMark = passMark; this.showReport = showReport; - this.retries=retries; - this.showFeedback = showFeedback; this.mcQueContents = mcQueContents; this.mcSessions = mcSessions; this.mcAttachments = mcAttachments; @@ -200,8 +200,8 @@ mc.getEndLearningMessage(), mc.getPassMark(), mc.isShowReport(), - mc.isRetries(), mc.isShowFeedback(), + mc.isRetries(), new TreeSet(), new TreeSet(), new TreeSet()