Review grades: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Review grades table gives information regarding the grade given to the reviewer for reviewing. ==Review Grades variable documentation== {| class="wikitable" !Field Name !!Type...") |
|||
Line 39: | Line 39: | ||
== E/R diagram for Child Tables == | == E/R diagram for Child Tables == | ||
Tables referred by the Review Grades Table as Foreign Key Relationship. | |||
[[File:review_grades_exported.png]] | [[File:review_grades_exported.png]] |
Latest revision as of 22:38, 25 April 2018
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
Tables referred by the Review Grades Table as Foreign Key Relationship.
Back to Database Tables Main page.