From 3eaa56f0306ead818f64c3d99fc6d230d9b970a4 Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Wed, 18 Feb 2026 20:42:03 -0500 Subject: HERE WE GO, HERE WE GO, HERE WE GO --- jb-ui/src/api_fsb/docs/UpkQuestionOut.md | 52 ++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 jb-ui/src/api_fsb/docs/UpkQuestionOut.md (limited to 'jb-ui/src/api_fsb/docs/UpkQuestionOut.md') diff --git a/jb-ui/src/api_fsb/docs/UpkQuestionOut.md b/jb-ui/src/api_fsb/docs/UpkQuestionOut.md new file mode 100644 index 0000000..351ffaf --- /dev/null +++ b/jb-ui/src/api_fsb/docs/UpkQuestionOut.md @@ -0,0 +1,52 @@ +# UpkQuestionOut + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**question_id** | **string** | | [optional] [default to undefined] +**ext_question_id** | **string** | | [optional] [default to undefined] +**question_type** | [**UpkQuestionType**](UpkQuestionType.md) | | [default to undefined] +**country_iso** | **string** | | [default to undefined] +**language_iso** | **string** | | [default to undefined] +**question_text** | **string** | The text shown to respondents | [default to undefined] +**choices** | [**Array<UpkQuestionChoiceOut>**](UpkQuestionChoiceOut.md) | | [optional] [default to undefined] +**selector** | [**Selector**](Selector.md) | | [optional] [default to undefined] +**configuration** | [**UpkQuestionConfiguration**](UpkQuestionConfiguration.md) | | [optional] [default to undefined] +**validation** | [**UpkQuestionValidation**](UpkQuestionValidation.md) | | [optional] [default to undefined] +**importance** | [**UPKImportance**](UPKImportance.md) | | [optional] [default to undefined] +**categories** | [**Array<Category>**](Category.md) | Categories associated with this question | [optional] [default to undefined] +**explanation_template** | **string** | | [optional] [default to undefined] +**explanation_fragment_template** | **string** | | [optional] [default to undefined] +**task_count** | **number** | | [optional] [default to undefined] +**task_score** | **number** | | [optional] [default to undefined] +**marketplace_task_count** | **{ [key: string]: number; }** | | [optional] [default to undefined] + +## Example + +```typescript +import { UpkQuestionOut } from './api'; + +const instance: UpkQuestionOut = { + question_id, + ext_question_id, + question_type, + country_iso, + language_iso, + question_text, + choices, + selector, + configuration, + validation, + importance, + categories, + explanation_template, + explanation_fragment_template, + task_count, + task_score, + marketplace_task_count, +}; +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) -- cgit v1.2.3