Index: lams_tool_scratchie/db/sql/create_lams_tool_scratchie.sql =================================================================== diff -u -r94be37497fa57d778f02fbb3e13436e673b12e30 -r9a00e120f1728a69cdc9b80a6dca1e34b1e13d7c --- lams_tool_scratchie/db/sql/create_lams_tool_scratchie.sql (.../create_lams_tool_scratchie.sql) (revision 94be37497fa57d778f02fbb3e13436e673b12e30) +++ lams_tool_scratchie/db/sql/create_lams_tool_scratchie.sql (.../create_lams_tool_scratchie.sql) (revision 9a00e120f1728a69cdc9b80a6dca1e34b1e13d7c) @@ -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);