Index: lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/pojos/McContent.java =================================================================== diff -u -r9d9f2d4cf88a23d4dc0ec2ea2f354d2aaedae03c -ree790a7f5518345f34674ab6d0293de0edbd6778 --- lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/pojos/McContent.java (.../McContent.java) (revision 9d9f2d4cf88a23d4dc0ec2ea2f354d2aaedae03c) +++ lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/pojos/McContent.java (.../McContent.java) (revision ee790a7f5518345f34674ab6d0293de0edbd6778) @@ -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()