Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Purpose: Used to hold information on the testing of papers between Class Totals report and individual student scripts.
Joins: usersproperties
Version: 4.3.1

FieldTypePurpose
idint(11)Primary Key – auto increment.
user_idint(10) unsignedThe ID of the user
paper_idmediumint(8) unsignedID of the paper
statusenum('in_progress','success','failure')Current status of the test for that paper.
errorstextTextual list of student marks which do not match between Class Totals and the individual script.

...