Index: lams_tool_lamc/db/sql/updatescripts/updateTo20070820.sql =================================================================== diff -u -r89837538d45d0f73f6c1f22ccbcebbdedb706f8d -rf904f1ca438a16ce81f5dd68df2388c751510fde --- lams_tool_lamc/db/sql/updatescripts/updateTo20070820.sql (.../updateTo20070820.sql) (revision 89837538d45d0f73f6c1f22ccbcebbdedb706f8d) +++ lams_tool_lamc/db/sql/updatescripts/updateTo20070820.sql (.../updateTo20070820.sql) (revision f904f1ca438a16ce81f5dd68df2388c751510fde) @@ -3,7 +3,7 @@ ALTER TABLE tl_lamc11_que_usr ADD COLUMN last_attempt_order INTEGER -, ADD COLUMN last_attempt_total_mark INTEGER +, ADD COLUMN last_attempt_total_mark INTEGER; -- 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.