Index: lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaAppConstants.java
===================================================================
diff -u -r3ecb833c87586c3a5ea364bbb1632c872f7011cb -re4b11d5f2ee68909df09e749152768bd5006aa88
--- lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaAppConstants.java (.../QaAppConstants.java) (revision 3ecb833c87586c3a5ea364bbb1632c872f7011cb)
+++ lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaAppConstants.java (.../QaAppConstants.java) (revision e4b11d5f2ee68909df09e749152768bd5006aa88)
@@ -203,6 +203,7 @@
public static final String FROM_TOOL_CONTENT_ID ="fromToolContentId";
public static final String TO_TOOL_CONTENT_ID ="toToolContentId";
public static final String LEARNER_REPORT ="learnerRep";
+ public static final String INDIVIDUAL_LEARNER_REPORT ="individualLearnerRep";
public static final String REQUEST_LEARNING_REPORT ="requestLearningReport";
public static final String REQUEST_LEARNING_REPORT_PROGRESS ="requestLearningReportProgress";
public static final String REQUEST_PREVIEW ="requestPreview";
Index: lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/web/QaLearningAction.java
===================================================================
diff -u -re9eb408b02e578697e41a0ef7c9b2ea402a50c2a -re4b11d5f2ee68909df09e749152768bd5006aa88
--- lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/web/QaLearningAction.java (.../QaLearningAction.java) (revision e9eb408b02e578697e41a0ef7c9b2ea402a50c2a)
+++ lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/web/QaLearningAction.java (.../QaLearningAction.java) (revision e4b11d5f2ee68909df09e749152768bd5006aa88)
@@ -263,8 +263,8 @@
request.getSession().setAttribute(REQUEST_LEARNING_REPORT, new Boolean(true).toString());
request.getSession().setAttribute(REQUEST_LEARNING_REPORT_PROGRESS, new Boolean(false).toString());
- logger.debug("fwd'ing to: " + LEARNER_REPORT);
- return (mapping.findForward(LEARNER_REPORT));
+ logger.debug("fwd'ing to: " + INDIVIDUAL_LEARNER_REPORT);
+ return (mapping.findForward(INDIVIDUAL_LEARNER_REPORT));
}
Index: lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/web/QaLearningStarterAction.java
===================================================================
diff -u -rf3ac4d016e5d13cd5b07a5dccf8e371823bb0691 -re4b11d5f2ee68909df09e749152768bd5006aa88
--- lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/web/QaLearningStarterAction.java (.../QaLearningStarterAction.java) (revision f3ac4d016e5d13cd5b07a5dccf8e371823bb0691)
+++ lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/web/QaLearningStarterAction.java (.../QaLearningStarterAction.java) (revision e4b11d5f2ee68909df09e749152768bd5006aa88)
@@ -379,8 +379,8 @@
request.getSession().setAttribute(REQUEST_LEARNING_REPORT, new Boolean(true).toString());
request.getSession().setAttribute(REQUEST_LEARNING_REPORT_PROGRESS, new Boolean(true).toString());
- logger.debug("fwd'ing to for learner progress" + LEARNER_REPORT);
- return (mapping.findForward(LEARNER_REPORT)); }
+ logger.debug("fwd'ing to for learner progress" + INDIVIDUAL_LEARNER_REPORT);
+ return (mapping.findForward(INDIVIDUAL_LEARNER_REPORT)); }
/* by now, we know that the mode is learner*/
/* find out if the content is set to run offline or online. If it is set to run offline , the learners are informed about that. */
@@ -439,8 +439,8 @@
qaMonitoringAction.refreshSummaryData(request, qaContent, qaService, isUserNamesVisible, true, currentToolSessionId.toString(), null);
request.getSession().setAttribute(REQUEST_LEARNING_REPORT, new Boolean(true).toString());
- logger.debug("fwd'ing to." + LEARNER_REPORT);
- return (mapping.findForward(LEARNER_REPORT));
+ logger.debug("fwd'ing to." + INDIVIDUAL_LEARNER_REPORT);
+ return (mapping.findForward(INDIVIDUAL_LEARNER_REPORT));
}
}
}
Index: lams_tool_laqa/web/WEB-INF/struts-config.xml
===================================================================
diff -u -r7d183ae944a200f343d6be1cdac2fa3f8b2815ef -re4b11d5f2ee68909df09e749152768bd5006aa88
--- lams_tool_laqa/web/WEB-INF/struts-config.xml (.../struts-config.xml) (revision 7d183ae944a200f343d6be1cdac2fa3f8b2815ef)
+++ lams_tool_laqa/web/WEB-INF/struts-config.xml (.../struts-config.xml) (revision e4b11d5f2ee68909df09e749152768bd5006aa88)
@@ -199,6 +199,11 @@
redirect="false"
/>
+
+
+
+
+
<%@ include file="/common/taglibs.jsp"%>
-
+
+
+
+
+
+
+
+
-
- <%@ include file="/common/header.jsp"%>
- <%@ include file="/common/fckeditorheader.jsp"%>
+
+
+
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
@@ -96,9 +106,21 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
Index: lams_tool_laqa/web/learning/IndividualLearnerResults.jsp
===================================================================
diff -u -r8f690879a75ab70b6948682ae6d5c3400dcc3dad -re4b11d5f2ee68909df09e749152768bd5006aa88
--- lams_tool_laqa/web/learning/IndividualLearnerResults.jsp (.../IndividualLearnerResults.jsp) (revision 8f690879a75ab70b6948682ae6d5c3400dcc3dad)
+++ lams_tool_laqa/web/learning/IndividualLearnerResults.jsp (.../IndividualLearnerResults.jsp) (revision e4b11d5f2ee68909df09e749152768bd5006aa88)
@@ -18,18 +18,26 @@
http://www.gnu.org/licenses/gpl.txt
--%>
+
+
<%@ include file="/common/taglibs.jsp"%>
-
+
+
+
+
+
+
+
+
-
+
+
+
- <%@ include file="/common/header.jsp"%>
- <%@ include file="/common/fckeditorheader.jsp"%>
-
+
+
+
+
+
+
+
+
+
+
@@ -53,12 +71,6 @@
-
-
-
-
-
-
@@ -90,27 +102,38 @@
-
-
-  
-
-
-
-
+
-
+
-
+
+
+
+
+
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
Index: lams_tool_laqa/web/learning/LearnerRep.jsp
===================================================================
diff -u
--- lams_tool_laqa/web/learning/LearnerRep.jsp (revision 0)
+++ lams_tool_laqa/web/learning/LearnerRep.jsp (revision e4b11d5f2ee68909df09e749152768bd5006aa88)
@@ -0,0 +1,163 @@
+<%--
+Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org)
+License Information: http://lamsfoundation.org/licensing/lams/2.0/
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ USA
+
+ http://www.gnu.org/licenses/gpl.txt
+--%>
+
+
+
+<%@ include file="/common/taglibs.jsp"%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+