mirror of
https://bitbucket.org/FransoletThomas/tablet-app.git
synced 2025-12-06 16:41:19 +00:00
23 lines
926 B
Markdown
23 lines
926 B
Markdown
# manager_api_new.model.QuizQuestion
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:manager_api_new/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **int** | |
|
|
**label** | [**List<TranslationAndResourceDTO>**](TranslationAndResourceDTO.md) | | [default to const []]
|
|
**responses** | [**List<ResponseDTO>**](ResponseDTO.md) | | [default to const []]
|
|
**resourceId** | **String** | | [optional]
|
|
**resource** | [**SectionMapAllOfMapResource**](SectionMapAllOfMapResource.md) | | [optional]
|
|
**order** | **int** | | [optional]
|
|
**sectionQuizId** | **String** | | [optional]
|
|
**sectionQuiz** | [**QuizQuestionSectionQuiz**](QuizQuestionSectionQuiz.md) | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|