Option
idstring
Unique identifier of the option
otherOptionTextstring
Other option text
Example:
Acceptable
questionsobject[]
List of recursive questions from "questionnaire"
selectedboolean
Indicate whether this option is selected or not
Example:
true
textstring
Preset answer in text
Example:
Yes
Option
{
"id": "string",
"otherOptionText": "Acceptable",
"questions": [
{}
],
"selected": "true",
"text": "Yes"
}