sct_reviews
Purpose: Stores answers and reasons of reviewers of a Script Concordance Test (SCT) paper.
Joins: papers and questions tables.
Field | Type | Purpose |
---|---|---|
id | int(11) | Primary Key – auto increment. |
reviewer_name | text | Name of the reviewer. |
reviewer_email | text | Email address of reviewer. |
paperID | mediumint(8) unsigned | Paper ID of the review. |
q_id | int(4) | Question ID |
answer | tinyint(4) | Number of the option the reviewer thinks is correct. |
reason | text | What is the reviewers reason for their answer. Useful to use this as feedback for students. |