Skip to main content

StepExecutionOptionAction

descriptionstringnullable

Description of the question/answer

factoryType object

Type of factory

idstringnullable

Unique identifier

namestringnullable

Name

idstringnullable

Unique identifier of the question/answer

Example: 1231cddf-1829-49dc-aff4-2d7043d8c1db
optionIdstringnullable

Unique identifier of the option of the question/answer

Example: 123f5fed-29ef-42a1-8f0b-eb58dc87b84d
questionIdsstring[]nullable

List of unique identifiers of the questions

Example: 123df8c5-6b69-4ae2-9cb8-f94fff3ce1f2
questions object[]nullable

Recursive list of questions in the assessment

  • Array [
  • contentstringnullable

    Content of the question

    externalIdstringnullable

    External unique identifier of the question

    extraInformationobject

    Extra information of the question

    idstringnullable

    Unique identifier of the question

    sectionIdstringnullable

    Unique identifier of the section that directly contains the question

    options object[]nullable

    List of options available for the question

  • Array [
  • actions []nullable

    List of actions

  • Array [
  • circular(StepExecutionOptionAction)
  • ]
  • contentstringnullable

    Content of the option

    idstringnullable

    Unique identifier of the option

    isNoneOfTheAboveboolean

    Is 'true' if 'None of the above' has been selected, 'false' otherwise

  • ]
  • parentIdstringnullable

    Unique identifier of the parent question

    responseTypestringnullable

    Type of response

    responseTypeConfigobject

    Configuration of the type of response

    typestringnullable

    Type of question

    orderintegernullable

    Order of the question

    Example: 0
  • ]
  • typestringnullable

    Type of question/answer

    StepExecutionOptionAction
    {
    "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": [
    {
    "content": "string",
    "externalId": "string",
    "extraInformation": {},
    "id": "string",
    "sectionId": "string",
    "options": [
    {
    "actions": [
    null
    ],
    "content": "string",
    "id": "string",
    "isNoneOfTheAbove": true
    }
    ],
    "parentId": "string",
    "responseType": "string",
    "responseTypeConfig": {},
    "type": "string",
    "order": 0
    }
    ],
    "type": "string"
    }