This space is archived

For current information please use the current ExamSys documentation

sct_reviews

Purpose: Stores answers and reasons of reviewers of a Script Concordance Test (SCT) paper.
Joins: papers and questions tables.

FieldTypePurpose
idint(11)Primary Key – auto increment.
reviewer_nametextName of the reviewer.
reviewer_emailtextEmail address of reviewer.
paperIDmediumint(8) unsignedPaper ID of the review.
q_idint(4)Question ID
answertinyint(4)Number of the option the reviewer thinks is correct.
reasontextWhat is the reviewers reason for their answer. Useful to use this as feedback for students.