log_extra_time
Purpose: Holds the amount of extra time given to a specific user on a specific assessment
Field | Type | Purpose |
---|---|---|
id | int(10) unsigned | Primary Key – auto increment. |
labID | smallint(5) unsigned | ID of the lab. |
paperID | mediumint(8) unsigned | ID of the paper. |
invigilatorID | int(10) unsigned | ID of the invigilator. |
userID | int(10) unsigned | ID of the user. |
extra_time | int(10) unsigned | ~TBP~| |