Index: lams_tool_scratchie/db/sql/create_lams_tool_scratchie.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scratchie/db/sql/create_lams_tool_scratchie.sql,v diff -u -r1.7 -r1.8 --- lams_tool_scratchie/db/sql/create_lams_tool_scratchie.sql 24 Sep 2013 16:49:12 -0000 1.7 +++ lams_tool_scratchie/db/sql/create_lams_tool_scratchie.sql 30 Sep 2013 15:54:44 -0000 1.8 @@ -32,6 +32,7 @@ reflect_instructions varchar(255), reflect_on_activity smallint, extra_point smallint, + show_results_page smallint, primary key (uid) )ENGINE=InnoDB; create table tl_lascrt11_scratchie_item ( @@ -98,8 +99,8 @@ INSERT INTO `tl_lascrt11_scratchie` (`uid`, `create_date`, `update_date`, `create_by`, `title`, `run_offline`, - `instructions`, `online_instructions`, `offline_instructions`, `content_in_use`, `define_later`, `content_id`, `reflect_on_activity`, `extra_point`) VALUES - (1,NULL,NULL,NULL,'Scratchie','0','Scenario explanation ', null,null,0,0,${default_content_id},0, 0); + `instructions`, `online_instructions`, `offline_instructions`, `content_in_use`, `define_later`, `content_id`, `reflect_on_activity`, `extra_point`, `show_results_page`) VALUES + (1,NULL,NULL,NULL,'Scratchie','0','Scenario explanation ', null,null,0,0,${default_content_id},0, 0, 1); INSERT INTO `tl_lascrt11_scratchie_item` (`uid`, `title`, `description`, `create_by`, `create_date`, `create_by_author`, `scratchie_uid`, `session_uid`, `order_id`) VALUES (1, 'Question Title','Question Description',null,NOW(),1,1,NULL, 1);