exam_announcements
Purpose: Used to make mid-exam announcements to invigilators and students.
Field | Type | Purpose |
---|---|---|
paperID | mediumint(8) unsigned | ID of the paper the announcement is for. |
q_id | int(4) unsigned | ID of the question |
q_number | smallint(5) unsigned | The number of the question on the paper |
msg | text | The actual message of the announcement. |
created | datetime | When the announcement was created. |