Skip to main content

StepExecutionAnswerChoiceSubQuestionAnswerChoice

files object[]nullable

Files attached to the choice/answer for the question

id stringnullable

Unique identifier of the choice/answer for the question

Example: 12308e4f-67b5-4421-a0a4-2ab365e8a39f
option object

Option selected for the question

content stringnullable

Content of the option available for the question

id stringnullable

Unique identifier of the option available for the question

optionId stringnullable

Unique identifier of the option selected as the answer for the question

text stringnullable

Text describing the choice/answer for the question

StepExecutionAnswerChoiceSubQuestionAnswerChoice
{
"files": [
{}
],
"id": "12308e4f-67b5-4421-a0a4-2ab365e8a39f",
"option": "12308e4f-67b5-4421-a0a4-2ab365e8a39f",
"optionId": "string",
"text": "string"
}