toilet_breaks
Purpose: Records information about when a student has taken a toilet break (summative exams).
Joins: users
Field | Type | Purpose |
---|---|---|
id | int(11) unsigned | Primary Key – auto increment. |
userID | int(10) unsigned | UserID of the student who went to the toilet. |
paperID | mediumint(10) unsigned | ID of the paper the student was taking. |
break_taken | datetime | Date/time when the student took the break. |