Index: lams_tool_assessment/db/sql/create_lams_tool_assessment.sql =================================================================== diff -u -rbe27f8f4dadf9509b08ba257293a3f380a561e27 -r93fb633ce92e2f5412f77a16d980c7d303b23ca5 --- lams_tool_assessment/db/sql/create_lams_tool_assessment.sql (.../create_lams_tool_assessment.sql) (revision be27f8f4dadf9509b08ba257293a3f380a561e27) +++ lams_tool_assessment/db/sql/create_lams_tool_assessment.sql (.../create_lams_tool_assessment.sql) (revision 93fb633ce92e2f5412f77a16d980c7d303b23ca5) @@ -37,8 +37,7 @@ content_id bigint unique, allow_question_feedback tinyint, allow_overall_feedback tinyint, - allow_right_answers tinyint, - allow_wrong_answers tinyint, + allow_right_wrong_answers tinyint, allow_grades_after_attempt tinyint, allow_history_responses tinyint, questions_per_page integer DEFAULT 0, @@ -170,7 +169,7 @@ INSERT INTO `tl_laasse10_assessment` (`uid`, `create_date`, `update_date`, `create_by`, `title`, `run_offline`, `instructions`, `online_instructions`, `offline_instructions`, `content_in_use`, `define_later`, `content_id`, `allow_question_feedback`, - `allow_overall_feedback`, `allow_right_answers`, `allow_wrong_answers`, `allow_grades_after_attempt`, `allow_history_responses`, `shuffled`) VALUES - (1,NULL,NULL,NULL,'Assessment','0','Instructions ',null,null,0,0,${default_content_id},0,0,0,0,0,0,0); - + `allow_overall_feedback`, `allow_right_wrong_answers`, `allow_grades_after_attempt`, `allow_history_responses`, `shuffled`) VALUES + (1,NULL,NULL,NULL,'Assessment','0','Instructions ',null,null,0,0,${default_content_id},0,0,0,0,0,0); + SET FOREIGN_KEY_CHECKS=1;