OpenFormQuestionModel
Model used to retrieve or set information about a open form question.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Type |
Type of form component(Section = 0, Question = 1). |
string |
None. |
| Label |
Label of open form question. |
string |
None. |
| Hint |
Hint of open form question. |
string |
None. |
| QuestionItemName |
Indicates name of the item in a question. |
string |
None. |
| QuestionItemGroupName |
Indicates name of the group items in a question. |
string |
None. |
| QuestionItemAnswerType |
Type of answer. |
string |
None. |
| TextAnswer |
Text of answer for a question. |
string |
None. |
| BooleanAnswer |
Indicates if the answer is boolean or not. |
boolean |
None. |
| DateAnswer |
Date of the answer. |
date |
None. |
| AnswerOptionOfOpenFormQuestions |
List of answer options for a open form's questions |
Collection of AnswerOptionOfOpenFormQuestionModel |
None. |