Review scores
Review scores gives information regarding the scores given by the instructor to the reviews.
Review Scores variable documentation
Field Name | Type | Description |
---|---|---|
id | int(11) | The unique record id |
review_id | int(11) | ID of the Review. |
question_id | int(11) | ID of the question associated with the Review. |
score | int(11) | Score given to that Review. |
comments | text | Comments given by the instructor. |
questionnaire_type_id | int(11) | ID of the questionnaire the question is associated to. |
E/R diagram for Parents Tables
Tables referred by the Review Scores Table as Foreign Key Relationship.
E/R diagram for Child Tables
No Tables were referred by the Review Scores Table as Foreign Key Relationship.
Back to Database Tables Main page.