Purpose: Holds records for which students should be remarked by a second marker for a particular paper.
Joins: users, papers table.
Field | Type | Purpose |
---|
id | int(11) | Primary Key – auto increment. |
paperID | mediumint(8) unsigned | Paper ID |
userID | int(10) unsigned | User ID of the student to be remarked. |