Review grades
Review grades table gives information regarding the grade given to the reviewer for reviewing.
Review Grades variable documentation
| Field Name | Type | Description | 
|---|---|---|
| id | int(11) | The unique record id | 
| participant_id | int(11) | The ID of the participant who created the reviewed content. | 
| grade_for_reviewer | int(11) | The grade given to the reviewer. | 
| comment_for_reviewer | text | The comment given by the instructor to the reviewer. | 
| review_graded_at | datetime | The date time value when the review was graded. | 
| reviewer_id | int(11) | The user performing the review | 
E/R diagram for Parents Tables
Tables referred by the Review Grades Table as Foreign Key Relationship.
E/R diagram for Child Tables
No Tables were referred by the Review Grades Table as Foreign Key Relationship.
Back to Database Tables Main page.

