Resource fields
Field Name | Data Type | Is Nullable | Description |
---|---|---|---|
id | UUID | No | |
question_id | Question ID | No | |
question_type | String | No | Can be SCALE or OPEN_ENDED |
scale | Scale Object | Yes | May be null if type is not a SCALE |
open_ended | Open Ended Object | Yes | May be null if type is not a OPEN_ENDED |
created_at | Date | No | |
updated_at | Date | No |
Scale object
Field Name | Data Type | Is Nullable | Description |
---|---|---|---|
value | Integer | No | Score |
Open Ended object
Field Name | Data Type | Is Nullable |
---|---|---|
value | String | No |