surveyanswer
The surveyanswer
table contains the answers to questions and are part of a surveyquestionresult
.
Related tables in the RKStudio Model:
- Overview of the RKStudio Model for relationships with other tables in the RKStudio data model.
- Description of the participant table.
- Survey answers are contained by a survey question step result, described in the surveyquestionresult table.
Table Schema
Name | Type | Description |
---|---|---|
personid | VARCHAR |
Internal identifier to specify a unique instance of a person. This column is used to partition data tables in the Bulk Data API and should be included on all table joins. Use personid to join to tables in other models within the Bulk Data API. |
surveyanswerkey | VARCHAR |
Primary key. A unique, auto-generated internal identifier to specify this instance of an answer to a survey question. |
surveyquestionresultkey | VARCHAR |
The key for the surveyquestionresult in which this answer was captured. Key relationship with the surveyquestionresult table. |
answer | VARCHAR |
The answer to a survey question. |