1.4 KiB
1.4 KiB
manager_api_new.model.QuizQuestion
Load the model package
import 'package:manager_api_new/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | ||
| label | List | [default to const []] | |
| responses | List | [default to const []] | |
| resourceId | String | [optional] | |
| resource | MapAnnotationIconResource | [optional] | |
| order | int | [optional] | |
| sectionQuizId | String | [optional] | |
| sectionQuiz | QuizQuestionSectionQuiz | [optional] | |
| guidedStepId | String | [optional] | |
| guidedStep | QuizQuestionGuidedStep | [optional] | |
| validationQuestionType | QuestionType | [optional] | |
| puzzleImageId | String | [optional] | |
| puzzleImage | MapAnnotationIconResource | [optional] | |
| puzzleRows | int | [optional] | |
| puzzleCols | int | [optional] | |
| isSlidingPuzzle | bool | [optional] |