Index: lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaAppConstants.java
===================================================================
diff -u -r4b2168747488f90476c92c1746fc31cd4b425f20 -rf355a4d46b5ab02602de9fdb7513321197503bad
--- lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaAppConstants.java (.../QaAppConstants.java) (revision 4b2168747488f90476c92c1746fc31cd4b425f20)
+++ lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaAppConstants.java (.../QaAppConstants.java) (revision f355a4d46b5ab02602de9fdb7513321197503bad)
@@ -150,7 +150,7 @@
public static final String TEACHER ="teacher";
public static final String USER_EXCEPTION_MODE_REQUIRED ="userExceptionModeRequired";
public static final String PORTFOLIO_REPORT ="portfolioReport";
- public static final int MAX_GROUPS_COUNT =100;
+ public static final String PORTFOLIO_REQUEST ="portfolioRequest";
/**
* user actions
Index: lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/web/QaExportPortfolioStarterAction.java
===================================================================
diff -u -r4b2168747488f90476c92c1746fc31cd4b425f20 -rf355a4d46b5ab02602de9fdb7513321197503bad
--- lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/web/QaExportPortfolioStarterAction.java (.../QaExportPortfolioStarterAction.java) (revision 4b2168747488f90476c92c1746fc31cd4b425f20)
+++ lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/web/QaExportPortfolioStarterAction.java (.../QaExportPortfolioStarterAction.java) (revision f355a4d46b5ab02602de9fdb7513321197503bad)
@@ -250,6 +250,7 @@
toolSessionCounter++;
}
+ request.setAttribute(PORTFOLIO_REQUEST, new Boolean(true));
return (mapping.findForward(PORTFOLIO_REPORT));
}
Index: lams_tool_laqa/web/MonitoringSummaryScreen.jsp
===================================================================
diff -u -rb767cd01abafe96e9ba61d83ba88cacb5a622558 -rf355a4d46b5ab02602de9fdb7513321197503bad
--- lams_tool_laqa/web/MonitoringSummaryScreen.jsp (.../MonitoringSummaryScreen.jsp) (revision b767cd01abafe96e9ba61d83ba88cacb5a622558)
+++ lams_tool_laqa/web/MonitoringSummaryScreen.jsp (.../MonitoringSummaryScreen.jsp) (revision f355a4d46b5ab02602de9fdb7513321197503bad)
@@ -55,173 +55,9 @@
-
-
-
-
-
-
-
-
- |
-
-
-
-
-
-
-
-
-
- :
- |
-
-
-
-
-     |
-     |
-     |
-     |
-
-
-
-
-
- <%
- String sectionSessionId =(String)request.getAttribute("sectionSessionId");
- String fullName ="fullName" + sectionSessionId + request.getAttribute("queIndex") + request.getAttribute("ansIndex");
- String aTime ="aTime" + sectionSessionId + request.getAttribute("queIndex") + request.getAttribute("ansIndex");
- String timeZoneId ="timeZoneId" + request.getAttribute("queIndex") + request.getAttribute("ansIndex");
- String answer ="answer" + sectionSessionId + request.getAttribute("queIndex") + request.getAttribute("ansIndex");
- String responseId ="responseId" + sectionSessionId + request.getAttribute("queIndex") + request.getAttribute("ansIndex");
- String responseHidden ="responseHidden" + sectionSessionId + request.getAttribute("queIndex") + request.getAttribute("ansIndex");
-
- fullName = (String) request.getSession().getAttribute(fullName);
- request.setAttribute("fullName", fullName);
- java.util.Date attemptTime= (java.util.Date) request.getSession().getAttribute(aTime);
- request.setAttribute("attemptTime", attemptTime);
-
- timeZoneId= (String) request.getSession().getAttribute(timeZoneId);
- request.setAttribute("timeZoneId", timeZoneId);
-
- answer= (String) request.getSession().getAttribute(answer);
- request.setAttribute("answer", answer);
- Long longResponseId= (Long) request.getSession().getAttribute(responseId);
- request.setAttribute("responseId", longResponseId);
- Boolean booleanResponseHidden= (Boolean) request.getSession().getAttribute(responseHidden);
- request.setAttribute("responseHidden", booleanResponseHidden);
-
- %>
-
-
-
-
-    
- |
-
-
-
-
-    
- |
-
-
-
-
-    
- |
-
-
-
-
-    
- |
-
-    
-
-
-
- |
-
-
-
-
-
-
-     :
-
- |
-
-    
-
-
-
- |
-
-
-    
-
-
-
- |
-
-
-
-    
-
- |
-
-    
-
-
-
- |
-
-
-    
-
-
-
- |
-
-
-
-
-
-     :
- |
-
-    
-
-
-
- |
-
-    
-
-
-
- |
-
-
-
-
-
-
-   |
-
-
- |
-
+
+
Index: lams_tool_laqa/web/groupsReport.jsp
===================================================================
diff -u
--- lams_tool_laqa/web/groupsReport.jsp (revision 0)
+++ lams_tool_laqa/web/groupsReport.jsp (revision f355a4d46b5ab02602de9fdb7513321197503bad)
@@ -0,0 +1,185 @@
+<%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html" %>
+<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
+<%@ taglib uri="/WEB-INF/struts-logic-el.tld" prefix="logic-el" %>
+<%@ taglib uri="/WEB-INF/c.tld" prefix="c" %>
+<%@ taglib uri="/WEB-INF/fmt.tld" prefix="fmt" %>
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+ :
+ |
+
+
+
+
+     |
+     |
+     |
+     |
+
+
+
+
+
+ <%
+ String sectionSessionId =(String)request.getAttribute("sectionSessionId");
+ String fullName ="fullName" + sectionSessionId + request.getAttribute("queIndex") + request.getAttribute("ansIndex");
+ String aTime ="aTime" + sectionSessionId + request.getAttribute("queIndex") + request.getAttribute("ansIndex");
+ String timeZoneId ="timeZoneId" + request.getAttribute("queIndex") + request.getAttribute("ansIndex");
+ String answer ="answer" + sectionSessionId + request.getAttribute("queIndex") + request.getAttribute("ansIndex");
+ String responseId ="responseId" + sectionSessionId + request.getAttribute("queIndex") + request.getAttribute("ansIndex");
+ String responseHidden ="responseHidden" + sectionSessionId + request.getAttribute("queIndex") + request.getAttribute("ansIndex");
+
+ fullName = (String) request.getSession().getAttribute(fullName);
+ request.setAttribute("fullName", fullName);
+
+ java.util.Date attemptTime= (java.util.Date) request.getSession().getAttribute(aTime);
+ request.setAttribute("attemptTime", attemptTime);
+
+ timeZoneId= (String) request.getSession().getAttribute(timeZoneId);
+ request.setAttribute("timeZoneId", timeZoneId);
+
+ answer= (String) request.getSession().getAttribute(answer);
+ request.setAttribute("answer", answer);
+ Long longResponseId= (Long) request.getSession().getAttribute(responseId);
+ request.setAttribute("responseId", longResponseId);
+ Boolean booleanResponseHidden= (Boolean) request.getSession().getAttribute(responseHidden);
+ request.setAttribute("responseHidden", booleanResponseHidden);
+
+ %>
+
+
+
+
+    
+ |
+
+
+
+
+    
+ |
+
+
+
+
+    
+ |
+
+
+
+
+    
+ |
+
+    
+
+
+
+ |
+
+
+
+
+
+
+     :
+
+ |
+
+    
+
+
+
+
+
+
+
+ |
+
+
+    
+
+
+
+ |
+
+
+
+    
+
+ |
+
+    
+
+
+
+
+
+
+ |
+
+
+    
+
+
+
+
+
+ |
+
+
+
+
+
+     :
+ |
+
+    
+
+
+
+
+
+ |
+
+    
+
+
+
+
+ |
+
+
+
+
+
+
+   |
+
+
+ |
+
Index: lams_tool_laqa/web/portfolioReport.jsp
===================================================================
diff -u -rcae190bef6a3e4f857bdfaff17eb3a0ae680cb72 -rf355a4d46b5ab02602de9fdb7513321197503bad
--- lams_tool_laqa/web/portfolioReport.jsp (.../portfolioReport.jsp) (revision cae190bef6a3e4f857bdfaff17eb3a0ae680cb72)
+++ lams_tool_laqa/web/portfolioReport.jsp (.../portfolioReport.jsp) (revision f355a4d46b5ab02602de9fdb7513321197503bad)
@@ -27,7 +27,9 @@
requestScope.userExceptionContentIdRequired != 'true' &&
requestScope.userExceptionContentDoesNotExist != 'true'
}">
-
main portfoloio report
+