Response maps: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Maps a connection between the participants as reviewers and participants or teams as reviewees ==Response maps variable documentation== {| class="wikitable" !Field...") |
No edit summary |
||
Line 24: | Line 24: | ||
!type | !type | ||
|varchar(255) | |varchar(255) | ||
|Used for subclassing the response map. Available subclasses are ReviewResponseMap, MetareviewResponseMap, FeedbackResponseMap, TeammateReviewResponseMap | |Used for subclassing the response map. Available subclasses are ReviewResponseMap, MetareviewResponseMap, FeedbackResponseMap, TeammateReviewResponseMap | ||
} | |||
Back to the [[Documentation_on_Database_Tables|database documentation]] | Back to the [[Documentation_on_Database_Tables|database documentation]] |
Revision as of 12:36, 20 October 2016
Maps a connection between the participants as reviewers and participants or teams as reviewees
Response maps variable documentation
Field Name | Type | Description |
---|---|---|
id | int(11) | The unique record id |
reviewed_object_id | int(11) | The object being reviewed in the response. Possible objects include other ResponseMaps or assignments |
reviewer_id | int(11) | The participant (actually AssignmentParticipant) providing the response |
reviewee_id | int(11) | The participant or team (actually AssignmentParticipant or AssignmentTeam) receiving the response |
type | varchar(255) | Used for subclassing the response map. Available subclasses are ReviewResponseMap, MetareviewResponseMap, FeedbackResponseMap, TeammateReviewResponseMap
} Back to the database documentation |