Index: lams_common/db/sql/insert_test_data.sql =================================================================== diff -u -r7ab93f51dcd6e72815e16eea58b8fce5566e37ef -r2fff5cdf1e862ec92aec2272ec3d3dcab59cd976 --- lams_common/db/sql/insert_test_data.sql (.../insert_test_data.sql) (revision 7ab93f51dcd6e72815e16eea58b8fce5566e37ef) +++ lams_common/db/sql/insert_test_data.sql (.../insert_test_data.sql) (revision 2fff5cdf1e862ec92aec2272ec3d3dcab59cd976) @@ -155,7 +155,7 @@ insert into lams_user_group values(2, 90); insert into lams_user_group values(3, 89); -insert into lams_lesson values (1, 1, 1, 'Test Lesson','Description','2005-02-23 17:37:25', 1, 3, 1, NULL, 101,null,null); +insert into lams_lesson values (1, 1, 1,'Test_Lesson','This is for testing', '2005-02-23 17:37:25', 1, 101,3, NULL,'2005-02-25 17:37:25',NULL,'2005-02-26 17:37:25' ); -- Populates the lams_learning_activity table with default activity templates that would be avaialbe to the -- author in the left panel and a default dummy learning_design defination @@ -300,9 +300,9 @@ gate_activity_level_id,gate_start_time_offset,gate_end_time_offset,library_activity_ui_image) values (12,12,'Optional Activity Description','Optional Activity Title',10,20,null,'Help Text for Activity', -8,null,1,0, +7,null,1,0, 1,null,'20050101','Offline Instructions ',0, -1,3,null,null, +1,1,null,null, null,'20050101','20050101','image'); insert into lams_learning_activity @@ -313,7 +313,7 @@ gate_activity_level_id,gate_start_time_offset,gate_end_time_offset,library_activity_ui_image) values (13,13,'Parallel Activity Description','Parallel Activity Title',10,20,null,'Help Text for Activity', -7,null,1,0, +6,null,1,0, 1,null,'20050101','Parallel Activity Offline Instructions ',0, null,null,null,null, null,null,null,'image'); @@ -326,7 +326,7 @@ gate_activity_level_id,gate_start_time_offset,gate_end_time_offset,library_activity_ui_image) values (14,14,'Sequence Activity Description','Sequence Activity Title',10,20,null,'Help Text for Activity', -9,null,1,0, +8,null,1,0, 1,null,'20050101','Sequence Activity Offline Instructions ',0, null,null,null,null, null,null,null,'image'); Index: lams_common/db/sql/insert_types_data.sql =================================================================== diff -u -r0e226fe0306f00d662a784f67b7093e8cb2c8f68 -r2fff5cdf1e862ec92aec2272ec3d3dcab59cd976 --- lams_common/db/sql/insert_types_data.sql (.../insert_types_data.sql) (revision 0e226fe0306f00d662a784f67b7093e8cb2c8f68) +++ lams_common/db/sql/insert_types_data.sql (.../insert_types_data.sql) (revision 2fff5cdf1e862ec92aec2272ec3d3dcab59cd976) @@ -30,14 +30,13 @@ INSERT INTO lams_learning_activity_type VALUES (1, 'TOOL'); -INSERT INTO lams_learning_activity_type VALUES (2, 'GROUPING_RANDOM'); -INSERT INTO lams_learning_activity_type VALUES (3, 'GROUPING_CHOSEN'); -INSERT INTO lams_learning_activity_type VALUES (4, 'GATE_SYNCH'); -INSERT INTO lams_learning_activity_type VALUES (5, 'GATE_SCHEDULE'); -INSERT INTO lams_learning_activity_type VALUES (6, 'GATE_PERMISSION'); -INSERT INTO lams_learning_activity_type VALUES (7, 'PARALLEL'); -INSERT INTO lams_learning_activity_type VALUES (8, 'OPTIONS'); -INSERT INTO lams_learning_activity_type VALUES (9, 'SEQUENCE'); +INSERT INTO lams_learning_activity_type VALUES (2, 'GROUPING'); +INSERT INTO lams_learning_activity_type VALUES (3, 'GATE_SYNCH'); +INSERT INTO lams_learning_activity_type VALUES (4, 'GATE_SCHEDULE'); +INSERT INTO lams_learning_activity_type VALUES (5, 'GATE_PERMISSION'); +INSERT INTO lams_learning_activity_type VALUES (6, 'PARALLEL'); +INSERT INTO lams_learning_activity_type VALUES (7, 'OPTIONS'); +INSERT INTO lams_learning_activity_type VALUES (8, 'SEQUENCE'); INSERT INTO lams_gate_activity_level VALUES (1, 'LEARNER');