Responses

From Expertiza_Wiki
Revision as of 19:44, 17 May 2016 by Rkyadav (talk | contribs) (Created page with "Responses provide a means or communicating information from one user to another about the activity. A response uses a response map to define the communication b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Responses provide a means or communicating information from one user to another about the activity. A response uses a response map to define the communication between a reviewer and a reviewee.

Response variable documentation

Field Name Type Description
id int(11) The unique record id
map_id int(11) The ID of the response map defining the relationship that this response applies to
additional_comment text An additional comment provided by the reviewer to support his/her response
updated_at datetime The timestamp indicating when this response was last modified
created_at datetime The timestamp indicating when this response was created

Back to the database documentation