# UpkQuestionChoice ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **choice_id** | **string** | The unique identifier for a response to a qualification | [default to undefined] **choice_text** | **string** | The response text shown to respondents | [default to undefined] **order** | **number** | | [default to undefined] **group** | **number** | | [optional] [default to undefined] **exclusive** | **boolean** | If answer is exclusive, it can be the only option selected | [optional] [default to false] **importance** | [**UPKImportance**](UPKImportance.md) | | [optional] [default to undefined] ## Example ```typescript import { UpkQuestionChoice } from './api'; const instance: UpkQuestionChoice = { choice_id, choice_text, order, group, exclusive, importance, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)