Index: lams_tool_laqa/conf/hibernate/mappings/org/lamsfoundation/lams/tool/qa/QaContent.hbm.xml =================================================================== diff -u -re0263882ae316e5436f2140916dade4df7120bfc -rdb35a7570ddebdb6d078ffee52c09234941f5f9a --- lams_tool_laqa/conf/hibernate/mappings/org/lamsfoundation/lams/tool/qa/QaContent.hbm.xml (.../QaContent.hbm.xml) (revision e0263882ae316e5436f2140916dade4df7120bfc) +++ lams_tool_laqa/conf/hibernate/mappings/org/lamsfoundation/lams/tool/qa/QaContent.hbm.xml (.../QaContent.hbm.xml) (revision db35a7570ddebdb6d078ffee52c09234941f5f9a) @@ -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 =================================================================== diff -u -re0263882ae316e5436f2140916dade4df7120bfc -rdb35a7570ddebdb6d078ffee52c09234941f5f9a --- lams_tool_laqa/db/sql/create_lams_tool_qa.sql (.../create_lams_tool_qa.sql) (revision e0263882ae316e5436f2140916dade4df7120bfc) +++ lams_tool_laqa/db/sql/create_lams_tool_qa.sql (.../create_lams_tool_qa.sql) (revision db35a7570ddebdb6d078ffee52c09234941f5f9a) @@ -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 =================================================================== diff -u -rdc4fa006e1143238ccb8f2a68fdfd99479197485 -rdb35a7570ddebdb6d078ffee52c09234941f5f9a --- lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaAppConstants.java (.../QaAppConstants.java) (revision dc4fa006e1143238ccb8f2a68fdfd99479197485) +++ lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaAppConstants.java (.../QaAppConstants.java) (revision db35a7570ddebdb6d078ffee52c09234941f5f9a) @@ -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 =================================================================== diff -u -re0263882ae316e5436f2140916dade4df7120bfc -rdb35a7570ddebdb6d078ffee52c09234941f5f9a --- lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaContent.hbm.xml (.../QaContent.hbm.xml) (revision e0263882ae316e5436f2140916dade4df7120bfc) +++ lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaContent.hbm.xml (.../QaContent.hbm.xml) (revision db35a7570ddebdb6d078ffee52c09234941f5f9a) @@ -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 =================================================================== diff -u -r0e84a4a3deefd2678f28e3e466179827de10ea01 -rdb35a7570ddebdb6d078ffee52c09234941f5f9a --- lams_tool_laqa/web/learning/IndividualLearnerResults.jsp (.../IndividualLearnerResults.jsp) (revision 0e84a4a3deefd2678f28e3e466179827de10ea01) +++ lams_tool_laqa/web/learning/IndividualLearnerResults.jsp (.../IndividualLearnerResults.jsp) (revision db35a7570ddebdb6d078ffee52c09234941f5f9a) @@ -113,6 +113,11 @@
+ + + + + Index: lams_tool_laqa/web/learning/RunOffline.jsp =================================================================== diff -u --- lams_tool_laqa/web/learning/RunOffline.jsp (revision 0) +++ lams_tool_laqa/web/learning/RunOffline.jsp (revision db35a7570ddebdb6d078ffee52c09234941f5f9a) @@ -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" /> + + + +
+ +

 

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