class_totals_test_local

class_totals_test_local

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

Field

Type

Purpose

id

int(11)

Primary Key – auto increment.

user_id

int(10) unsigned

The ID of the user

paper_id

mediumint(8) unsigned

ID of the paper

status

enum('in_progress','success','failure')

Current status of the test for that paper.

errors

text

Textual list of student marks which do not match between Class Totals and the individual script.