Index: lams_tool_lamc/db/sql/updatescripts/updateTo20070820.sql =================================================================== diff -u -rf904f1ca438a16ce81f5dd68df2388c751510fde -r3ff06f3f26058ef66d171ad6673eab70e76cd662 --- lams_tool_lamc/db/sql/updatescripts/updateTo20070820.sql (.../updateTo20070820.sql) (revision f904f1ca438a16ce81f5dd68df2388c751510fde) +++ lams_tool_lamc/db/sql/updatescripts/updateTo20070820.sql (.../updateTo20070820.sql) (revision 3ff06f3f26058ef66d171ad6673eab70e76cd662) @@ -5,6 +5,9 @@ ADD COLUMN last_attempt_order INTEGER , ADD COLUMN last_attempt_total_mark INTEGER; +ALTER TABLE tl_lamc11_content +ADD COLUMN displayAnswers TINYINT(1) NOT NULL DEFAULT 1 AFTER randomize; + -- Fix problems with the marks in the attempt table. It was recording the number of questions answered correctly for the activity. -- Now it records the mark for each question. The overall mark is put in the que_usr table. update tl_lamc11_usr_attempt a