std_set_questions
Purpose: Holds an individual standard set rating for a question.
Joins: std_set table.
Field | Type | Purpose |
---|---|---|
id | int(10) unsigned | Auto increment field |
std_setID | int(10) unsigned | ID of the current user logged in who is performing the review. |
questionID | int(11) unsigned | ID of the question being reviewed. |
rating | text | The rating of the individual question. |