This space is archived

For current information please use the current ExamSys documentation

class_totals_test_local

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

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.