Index: lams_tool_laqa/conf/hibernate/mappings/org/lamsfoundation/lams/tool/qa/QaQueUsr.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/conf/hibernate/mappings/org/lamsfoundation/lams/tool/qa/QaQueUsr.hbm.xml,v diff -u -r1.1 -r1.2 --- lams_tool_laqa/conf/hibernate/mappings/org/lamsfoundation/lams/tool/qa/QaQueUsr.hbm.xml 19 Feb 2006 19:13:42 -0000 1.1 +++ lams_tool_laqa/conf/hibernate/mappings/org/lamsfoundation/lams/tool/qa/QaQueUsr.hbm.xml 7 Jun 2006 17:33:23 -0000 1.2 @@ -41,6 +41,13 @@ length="100" > + + A system exception has occured. Please contact technical support. The error to report is\:
{0} label.learning.reportMessage =The following are your answers: -label.allResponses =All Responses +label.allResponses =View All Responses +label.learning.forceFinish =You are required to finish this activity now. +label.learning.yourAnswer =Your Answer: #======= End labels: Exported 160 labels for en AU ===== Index: lams_tool_laqa/db/model/lams_tool_qa.clay =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/db/model/lams_tool_qa.clay,v diff -u -r1.15 -r1.16 --- lams_tool_laqa/db/model/lams_tool_qa.clay 2 Apr 2006 20:30:22 -0000 1.15 +++ lams_tool_laqa/db/model/lams_tool_qa.clay 7 Jun 2006 17:33:23 -0000 1.16 @@ -151,8 +151,8 @@ - + @@ -174,7 +174,7 @@ - + @@ -283,7 +283,7 @@ - + @@ -318,6 +318,19 @@ + + + + + + + + + + + + + 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.33 -r1.34 --- lams_tool_laqa/db/sql/create_lams_tool_qa.sql 4 Apr 2006 01:45:44 -0000 1.33 +++ lams_tool_laqa/db/sql/create_lams_tool_qa.sql 7 Jun 2006 17:33:23 -0000 1.34 @@ -1,5 +1,3 @@ --- $Id$ - CREATE TABLE tl_laqa11_content ( uid BIGINT(20) NOT NULL AUTO_INCREMENT , qa_content_id BIGINT(20) NOT NULL @@ -9,7 +7,7 @@ , update_date DATETIME , questions_sequenced TINYINT(1) NOT NULL DEFAULT 0 , username_visible TINYINT(1) NOT NULL DEFAULT 0 - , monitoring_report_title VARCHAR(100) DEFAULT 'Combined Learner Results' + , monitoring_report_title VARCHAR(100) DEFAULT 'Learner Results' , report_title VARCHAR(100) DEFAULT 'Report' , created_by BIGINT(20) NOT NULL DEFAULT 0 , run_offline TINYINT(1) DEFAULT 0 @@ -40,6 +38,7 @@ uid BIGINT(20) NOT NULL AUTO_INCREMENT , que_usr_id BIGINT(20) NOT NULL , username VARCHAR(100) + , responseFinalized TINYINT(1) NOT NULL DEFAULT 0 , qa_session_id BIGINT(20) NOT NULL , fullname VARCHAR(100) , PRIMARY KEY (uid) @@ -93,5 +92,5 @@ INSERT INTO tl_laqa11_content (qa_content_id, creation_date) VALUES (${default_content_id}, NOW()); -- data for content questions table -INSERT INTO tl_laqa11_que_content (question, display_order, qa_content_id) VALUES ('What is the largest continent in the world?',1,1); +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/QaQueUsr.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/Attic/QaQueUsr.hbm.xml,v diff -u -r1.7 -r1.8 --- lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaQueUsr.hbm.xml 23 Feb 2006 19:33:19 -0000 1.7 +++ lams_tool_laqa/src/java/org/lamsfoundation/lams/tool/qa/QaQueUsr.hbm.xml 7 Jun 2006 17:33:23 -0000 1.8 @@ -41,6 +41,13 @@ length="100" > + + + + + - - - - -
+ + + + + + + + + + + + + + + + + + + +
: + +
+ +
+    +
+
- -
  Index: lams_tool_laqa/web/monitoring/LearnerRep.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/monitoring/Attic/LearnerRep.jsp,v diff -u -r1.8 -r1.9 --- lams_tool_laqa/web/monitoring/LearnerRep.jsp 24 May 2006 15:43:24 -0000 1.8 +++ lams_tool_laqa/web/monitoring/LearnerRep.jsp 7 Jun 2006 17:33:23 -0000 1.9 @@ -102,21 +102,30 @@ - - - - - - - -
- -
- - - -
-
+ + + + +
+    + + + + +
+
+ + + + + +
+ + + +
+
+