Index: lams_tool_lamc/db/sql/activity_insert.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/db/sql/activity_insert.sql,v diff -u -r1.1 -r1.2 --- lams_tool_lamc/db/sql/activity_insert.sql 30 Sep 2005 10:11:33 -0000 1.1 +++ lams_tool_lamc/db/sql/activity_insert.sql 4 Oct 2005 12:12:30 -0000 1.2 @@ -43,9 +43,9 @@ VALUES ( NULL -, 'Question and Answer Description' -, 'Question and Answer' -, 'Put some help text here.' +, 'Multiple Choice Description' +, 'Multiple Choice' +, 'Help text for Multiple Choice.' , NULL , NULL , NULL Index: lams_tool_lamc/db/sql/library_insert.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/db/sql/library_insert.sql,v diff -u -r1.1 -r1.2 --- lams_tool_lamc/db/sql/library_insert.sql 30 Sep 2005 10:11:33 -0000 1.1 +++ lams_tool_lamc/db/sql/library_insert.sql 4 Oct 2005 12:12:30 -0000 1.2 @@ -11,8 +11,8 @@ ) VALUES ( -'Question and Answer Learning Library Description', -'Question and Answer', +'Multiple Choice Learning Library Description', +'Multiple Choice', 0, NOW() ) Index: lams_tool_lamc/db/sql/tool_insert.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/db/sql/tool_insert.sql,v diff -u -r1.1 -r1.2 --- lams_tool_lamc/db/sql/tool_insert.sql 30 Sep 2005 10:11:33 -0000 1.1 +++ lams_tool_lamc/db/sql/tool_insert.sql 4 Oct 2005 12:12:30 -0000 1.2 @@ -29,11 +29,11 @@ ) VALUES ( -'laqa11', -'qaService', -'Question and Answer', -'Question and Answer Tool Description', -'qa', +'lamc11', +'mcService', +'Multiple Choice', +'Multiple Choice Tool Description', +'mc', '1.1', NULL, NULL,