Index: lams_tool_laqa/conf/hibernate/mappings/org/lamsfoundation/lams/tool/qa/QaContent.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/conf/hibernate/mappings/org/lamsfoundation/lams/tool/qa/QaContent.hbm.xml,v diff -u -r1.4 -r1.5 --- lams_tool_laqa/conf/hibernate/mappings/org/lamsfoundation/lams/tool/qa/QaContent.hbm.xml 28 Aug 2006 12:00:28 -0000 1.4 +++ lams_tool_laqa/conf/hibernate/mappings/org/lamsfoundation/lams/tool/qa/QaContent.hbm.xml 31 Aug 2006 08:40:23 -0000 1.5 @@ -33,31 +33,39 @@ type="java.lang.String" access="property" column="title" - length="100" + length="65535" /> + + @@ -80,11 +88,20 @@ + + + - + @@ -147,6 +147,19 @@ + + + + + + + + + + + + + @@ -264,6 +277,12 @@ + + + + + + Index: lams_tool_laqa/db/sql/create_lams_tool_qa.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/db/sql/create_lams_tool_qa.sql,v diff -u -r1.39 -r1.40 --- lams_tool_laqa/db/sql/create_lams_tool_qa.sql 28 Aug 2006 12:00:27 -0000 1.39 +++ lams_tool_laqa/db/sql/create_lams_tool_qa.sql 31 Aug 2006 08:40:23 -0000 1.40 @@ -5,6 +5,7 @@ , instructions TEXT , creation_date DATETIME , update_date DATETIME + , reflect TINYINT(1) NOT NULL DEFAULT 0 , questions_sequenced TINYINT(1) NOT NULL DEFAULT 0 , username_visible TINYINT(1) NOT NULL DEFAULT 0 , monitoring_report_title VARCHAR(100) DEFAULT 'Learner Results' @@ -16,6 +17,7 @@ , offline_instructions TEXT , online_instructions TEXT , content_inUse TINYINT(1) DEFAULT 0 + , reflectionSubject TEXT , PRIMARY KEY (uid) )TYPE=InnoDB; @@ -88,10 +90,10 @@ REFERENCES tl_laqa11_content (uid) )TYPE=InnoDB; - -- data for content table INSERT INTO tl_laqa11_content (qa_content_id, title, instructions, creation_date) VALUES (${default_content_id}, 'Q&A Title', 'Q&A Instructions', NOW()); -- data for content questions table INSERT INTO tl_laqa11_que_content (question, display_order, qa_content_id) VALUES ('Sample Question 1?',1,1); + Index: lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaAppConstants.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaAppConstants.java,v diff -u -r1.64 -r1.65 --- lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaAppConstants.java 17 Aug 2006 21:43:06 -0000 1.64 +++ lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaAppConstants.java 31 Aug 2006 08:40:23 -0000 1.65 @@ -88,8 +88,11 @@ public static final String SOURCE_MC_STARTER ="sourceMcStarter"; public static final Integer MAX_QUESTION_COUNT =new Integer(50); + + public static final String RUN_OFFLINE ="runOffline"; + public static final String REFLECT ="reflect"; + public static final String REFLECTION_SUBJECT ="reflectionSubject"; - public static final String IS_MONITORED_CONTENT_IN_USE ="isMonitoredContentInUse"; public static final String LOAD_MONITORING_CONTENT_EDITACTIVITY ="loadMonitoringEditActivity"; public static final String IS_PORTFOLIO_EXPORT ="isPortfolioExport"; Index: lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaContent.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/Attic/QaContent.hbm.xml,v diff -u -r1.11 -r1.12 --- lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaContent.hbm.xml 28 Aug 2006 12:00:27 -0000 1.11 +++ lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaContent.hbm.xml 31 Aug 2006 08:40:23 -0000 1.12 @@ -33,31 +33,39 @@ type="java.lang.String" access="property" column="title" - length="100" + length="65535" /> + + @@ -80,11 +88,20 @@ + + + + + @@ -80,11 +88,20 @@ + + + + + + + + + + + + + + + + + + + + +
+ : + + + + + + + + +
+   + + +
: @@ -73,6 +100,8 @@
Index: lams_tool_laqa/web/learning/IndividualLearnerResults.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/learning/IndividualLearnerResults.jsp,v diff -u -r1.11 -r1.12 --- lams_tool_laqa/web/learning/IndividualLearnerResults.jsp 30 Aug 2006 14:41:39 -0000 1.11 +++ lams_tool_laqa/web/learning/IndividualLearnerResults.jsp 31 Aug 2006 08:40:23 -0000 1.12 @@ -113,6 +113,11 @@
+ + + + + Index: lams_tool_laqa/web/learning/RunOffline.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/learning/Attic/RunOffline.jsp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_laqa/web/learning/RunOffline.jsp 31 Aug 2006 08:40:23 -0000 1.1 @@ -0,0 +1,65 @@ +<%-- +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"%> + + + + + + + + + + + + + <bean:message key="activity.title" /> + + + +
+ +

 

+ +
+ +
+       +
+ + + + +
+ +
+ + + + + + + +