Index: lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/web/QaMonitoringAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/web/QaMonitoringAction.java,v diff -u -r1.57 -r1.58 --- lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/web/QaMonitoringAction.java 8 Feb 2007 02:23:27 -0000 1.57 +++ lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/web/QaMonitoringAction.java 21 Jul 2008 06:06:11 -0000 1.58 @@ -612,14 +612,14 @@ QaContent qaContent=qaService.loadQa(new Long(strToolContentID).longValue()); logger.debug("existing qaContent:" + qaContent); - /* this section is related to summary tab. Starts here. */ + + /* this section is related to summary tab. Starts here. */ Map summaryToolSessions=MonitoringUtil.populateToolSessions(request, qaContent, qaService); logger.debug("summaryToolSessions: " + summaryToolSessions); request.setAttribute(SUMMARY_TOOL_SESSIONS, summaryToolSessions); logger.debug("SUMMARY_TOOL_SESSIONS: " + request.getAttribute(SUMMARY_TOOL_SESSIONS)); - /* ends here. */ - + Map summaryToolSessionsId=MonitoringUtil.populateToolSessionsId(request, qaContent, qaService); logger.debug("summaryToolSessionsId: " + summaryToolSessionsId); request.setAttribute(SUMMARY_TOOL_SESSIONS_ID, summaryToolSessionsId); @@ -677,7 +677,14 @@ generalMonitoringDTO.setDeletedAttachmentList(new ArrayList()); /* ...till here */ - + // setting up the advanced summary for LDEV-1662 + request.setAttribute("showOtherAnswers", qaContent.isShowOtherAnswers()); + request.setAttribute("usernameVisible", qaContent.isUsernameVisible()); + request.setAttribute("questionsSequenced", qaContent.isQuestionsSequenced()); + request.setAttribute("lockWhenFinished", qaContent.isLockWhenFinished()); + request.setAttribute("reflect", qaContent.isReflect()); + request.setAttribute("reflectionSubject", qaContent.getReflectionSubject()); + logger.debug("final generalMonitoringDTO: " + generalMonitoringDTO ); request.setAttribute(QA_GENERAL_MONITORING_DTO, generalMonitoringDTO); Index: lams_tool_laqa/web/monitoring/SummaryContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/monitoring/SummaryContent.jsp,v diff -u -r1.37 -r1.38 --- lams_tool_laqa/web/monitoring/SummaryContent.jsp 21 May 2008 00:52:43 -0000 1.37 +++ lams_tool_laqa/web/monitoring/SummaryContent.jsp 21 Jul 2008 06:06:11 -0000 1.38 @@ -19,7 +19,109 @@ --%> <%@ include file="/common/taglibs.jsp"%> + + + +