This space is archived

For current information please use the current ExamSys documentation

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Purpose: Stores data on manually overridden marks (e.g. human corrected calculation questions).
Joins: users
Version:

FieldTypePurpose
idint(8)Primary Key – auto increment.
log_idint(11)ID of the students answer in the relevant log table
log_typetinyint(4)The number of the log table to use.
user_idint(10)ID of the user.
q_idint(4)ID of the question that is being saved.
paper_idint(11)ID of the paper.
marker_idint(11)ID of the member of staff marking
date_markedint(11)Date when the marking override was made
new_mark_typeint(11)correct, partial or incorrect
reasonint(11)Textual reason for the marking override
  • No labels