log4
Purpose: Holds responses for OSCE assessments.
Joins: users, papers, questions and log4_overall tables.
Field | Type | Purpose |
---|---|---|
id | int(11) | Primary Key – auto increment. |
q_id | int(11) | ID of the question that is being saved. |
rating | text | The markers rating of the current question (i.e. 0, 1 or 2) |
q_parts | varchar(50) | Not currently used |
log4_overallID | int(11) unsigned | ~TBP~| |