InspectionQuestionsOptions
actions object[]
List of actions per question
Array [
action string
Action the inspector can/needs to take when responding to the question
Example:
request_picture
value
Information related to the action of the question, e.g. Is Mandatory
Example:
mandatory
]
failResponse boolean
Boolean indicating whether the option, if selected, will make the overall inspection result fail
Example:
false
id string
Unique identifier of the option
Example:
chk__97
selected boolean
Boolean indicating whether the option has been selected
Example:
true
value string
Label of the option displayed to the user
Example:
YES
InspectionQuestionsOptions
{
"actions": [
{
"action": "request_picture",
"value": "mandatory"
}
],
"failResponse": "false",
"id": "chk__97",
"selected": "true",
"value": "YES"
}