Skip to main content

Option

id string

Unique identifier of the option

otherOptionText string

Other option text

Example: Acceptable
questions object[]

List of recursive questions from "questionnaire"

selected boolean

Indicate whether this option is selected or not

Example: true
text string

Preset answer in text

Example: Yes
Option
{
"id": "string",
"otherOptionText": "Acceptable",
"questions": [
{}
],
"selected": "true",
"text": "Yes"
}