Table Type: Metadata
Contains the evaluation question groups for a form.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| id | string | Primary Key | The unique identifier of the evaluation question group. |
| form_id | string | The form_id of the evaluation form this question group belongs to. | |
| db_last_updated | datetime | When this record was last updated in UTC. | |
| db_when_created | datetime | When this record was created in UTC. | |
| db_when_deleted | datetime | When this record was deleted in UTC. NULL if not deleted. | |
| name | string | The name of the question group. | |
| type | string | The type of the question group. | |
| default_answers_to_highest | boolean | Whether the default answers for questions in this group are set to the highest possible score. | |
| default_answers_to_na | boolean | Whether the default answers for questions in this group are set to N/A. | |
| na_enabled | boolean | Whether N/A answers are enabled for questions in this group. | |
| weight | single | The weight of the question group in the overall evaluation form score. | |
| manual_weight | boolean | Whether the weight of the question group is set manually. |
Related Tables
- evaluation_form
- evaluation_question
- answer_option
- evaluation_question_group_score
- evaluation_question_score
