Columns
Column | Type | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|
survey_question_id | int8 |
|
|
The ID of the survey question containing this response, E.g.: |
|||
survey_id | int8 |
|
|
The ID of the survey containing this question, E.g.: |
|||
question_name | varchar |
|
|
The name or title of the question, E.g.: |
|||
question_type | varchar |
|
|
The type of question, One of: |
|||
question_key | varchar |
|
|
A stable identifier of the question, used in the data export and post-processing. E.g.: |
|||
question_required | bool |
|
|
Whether a response to the survey question is required, E.g.: true or false |
|||
question_position | int8 |
|
|
The position of the question within the survey, E.g.: |
|||
question_scale_minimum | int8 |
|
|
The minimum value for scale questions, E.g.: |
|||
question_scale_maximum | int8 |
|
|
The maximum value for scale questions, E.g.: |
|||
question_scale_minimum_label | varchar |
|
|
Label for the minimum scale value, E.g.: |
|||
question_scale_maximum_label | varchar |
|
|
Label for the maximum scale value, E.g.: |
|||
question_scale_lower_threshold | int8 |
|
|
The minimum value that will trigger an observation. Note that a null value will disable observation triggers for this question. E.g.: |
|||
question_option_labels | varchar |
|
|
Concatenated labels of the options for the question, with the Option Name and Option Position. E.g.: |
|||
question_instructions | varchar |
|
|
Instructions for answering the question, E.g.: |
|||
company_id | int8 |
|
|
The company ID, E.g.: |
|||
question_accepts_multiple_answers | bool |
|
|
Whether a multiple choice question can accept multiple answers. E.g.: true or false |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
fct_survey_questions_pkey | Primary key | Asc | survey_question_id |
fct_survey_questions_company_id_idx | Performance | Asc | company_id |
fct_survey_questions_survey_id_idx | Performance | Asc | survey_id |