marking_override
Purpose: Stores data on manually overridden marks (e.g. human corrected calculation questions).
Joins: users
Field | Type | Purpose |
---|---|---|
id | int(8) | Primary Key – auto increment. |
log_id | int(11) | ID of the students answer in the relevant log table |
log_type | tinyint(4) | The number of the log table to use. |
user_id | int(10) | ID of the user. |
q_id | int(4) | ID of the question that is being saved. |
paper_id | int(11) | ID of the paper. |
marker_id | int(11) | ID of the member of staff marking |
date_marked | int(11) | Date when the marking override was made |
new_mark_type | int(11) | correct, partial or incorrect |
reason | int(11) | Textual reason for the marking override |