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.26 -r1.27 --- lams_tool_laqa/db/sql/create_lams_tool_qa.sql 19 Mar 2006 13:39:48 -0000 1.26 +++ lams_tool_laqa/db/sql/create_lams_tool_qa.sql 20 Mar 2006 05:04:19 -0000 1.27 @@ -5,7 +5,7 @@ , instructions VARCHAR(250) NOT NULL DEFAULT 'Please answer the following questions.' , creation_date VARCHAR(100) , update_date DATETIME - , questions_sequenced TINYINT(1) NOT NULL + , questions_sequenced TINYINT(1) NOT NULL DEFAULT 0 , username_visible TINYINT(1) NOT NULL DEFAULT 0 , monitoring_report_title VARCHAR(100) DEFAULT 'Learner Results' , report_title VARCHAR(100) DEFAULT 'Report'