StepExecutionQuestionnaire
Description of the questionnaire
flattenSections object[]nullable
Sections of the questionnaire
Unique identifier of the section
Level of the section
Name of the section
Unique identifier of the parent of the section
questions object[]nullable
List of questions within the section
Content of the question
External unique identifier of the question
Extra information of the question
Unique identifier of the question
options object[]nullable
List of options available for the question
actions object[]nullable
List of actions
Description of the question/answer
factoryType object
Type of factory
Unique identifier
Name
Unique identifier of the question/answer
1231cddf-1829-49dc-aff4-2d7043d8c1db
Unique identifier of the option of the question/answer
123f5fed-29ef-42a1-8f0b-eb58dc87b84d
List of unique identifiers of the questions
123df8c5-6b69-4ae2-9cb8-f94fff3ce1f2
Recursive list of questions in the assessment
Type of question/answer
Content of the option
Unique identifier of the option
Is 'true' if 'None of the above' has been selected, 'false' otherwise
Unique identifier of the parent of the question
Type of response
Configuration of the type of response
Type of question
Type of section
Unique identifier of the questionnaire
Name of the questionnaire
{
"description": "string",
"flattenSections": [
{
"id": "string",
"level": 0,
"name": "string",
"parentId": "string",
"questions": [
{
"content": "string",
"externalId": "string",
"extraInformation": {},
"id": "string",
"options": [
{
"actions": [
{
"description": "string",
"factoryType": {
"id": "string",
"name": "string"
},
"id": "1231cddf-1829-49dc-aff4-2d7043d8c1db",
"optionId": "123f5fed-29ef-42a1-8f0b-eb58dc87b84d",
"questionIds": "123df8c5-6b69-4ae2-9cb8-f94fff3ce1f2",
"questions": [
{}
],
"type": "string"
}
],
"content": "string",
"id": "string",
"isNoneOfTheAbove": true
}
],
"parentId": "string",
"responseType": "string",
"responseTypeConfig": {},
"type": "string"
}
],
"type": "string"
}
],
"id": "string",
"name": "string"
}