Table Type: Historical Data
Contains the survey question_group answers for a conversation.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| conversation_id | string | Primary Key | The unique identifier of the conversation. |
| survey_id | string | Primary Key | The unique identifier of the survey. |
| question_group_id | string | Primary Key | The unique identifier of the question group. |
| total_score | single | Score of all questions in the group. | |
| max_total_score | single | Maximum possible score of the question group | |
| marked_na | boolean | True when the evaluation is submitted with a question group that does not have any answers. Only allowed when naEnabled is true or if set by the system. | |
| system_marked_na | boolean | If markedNA is true, systemMarkedNA indicates whether it was marked by a user or by the system due to visibility conditions. Always false if markedNA is false. | |
| db_last_updated | datetime |
