std_set
Purpose: Parent record of a standard setting review session. See std_set_questions for table holding individual question ratings.
Joins: std_set_questions table.
Field | Type | Purpose |
---|---|---|
id | int(10) unsigned | Auto increment ID field. |
setterID | int(10) unsigned | ID of the current user logged in who is performing the review. |
paperID | mediumint(8) unsigned | ID of the paper being reviewed. |
std_set | datetime | Date the review was made. |
method | enum('Modified Angoff','Angoff (Yes/No)','Ebel','Hofstee') | What type of review is being used. |
group_review | text | Yes or No - whether the standard setting review is by an individual or a group. |
pass_score | decimal(10,6) | Caches the calculated pass mark (cut score) for easy retrieval. |
distinction_score | decimal(10,6) | Caches the calculated distinction score for easy retrieval. |
See also: StandardSetting