log6
Purpose: Holds responses for the Peer Review paper type.
Joins: users, papers and questions tables.
| Field | Type | Purpose |
|---|---|---|
| id | int(11) | Primary Key – auto increment. |
| paperID | mediumint(8) | ID of the paper |
| reviewerID | int(10) | User ID of the student performing the review |
| peerID | int(10) | User ID of the peer being reviewed |
| started | datetime | Date/time when the peer review form was submitted |
| q_id | int(11) | ID of the question on the form |
| rating | tinyint(4) | The value (answer) of the radio button selected for the question |
, multiple selections available, Use left or right arrow keys to navigate selected items