Index: lams_tool_lamc/db/sql/updatescripts/updateTo20070820.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/db/sql/updatescripts/Attic/updateTo20070820.sql,v diff -u -r1.2 -r1.3 --- lams_tool_lamc/db/sql/updatescripts/updateTo20070820.sql 17 Aug 2007 05:11:09 -0000 1.2 +++ lams_tool_lamc/db/sql/updatescripts/updateTo20070820.sql 24 Aug 2007 05:39:22 -0000 1.3 @@ -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.