Teammate reviews: Difference between revisions
Jump to navigation
Jump to search
(Created page with "A review from one member of a team to another '''Deprecated''' ==Score variable documentation== {| class="wikitable" !Field Name !!Type !!Description |- !id |int(1...") |
(No difference)
|
Latest revision as of 19:47, 17 May 2016
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