Teammate reviews
A review from one member of a team to another
Deprecated
Score variable documentation
| Field Name | Type | Description |
|---|---|---|
| id | int(11) | The unique record id |
| reviewer_id | int(11) | The user performing the review |
| reviewee_id | int(11) | The user being reviewed |
| assignment_id | int(11) | The assignment to which the members of this team are defined |
| additional_comment | text | Support for the teammate review |
Back to the database documentation