Skip to main content

StepExecutionOption

actions object[]nullable

List of actions

  • Array [
  • description stringnullable

    Description of the question/answer

    factoryType object

    Type of factory

    id stringnullable

    Unique identifier

    name stringnullable

    Name

    id stringnullable

    Unique identifier of the question/answer

    Example: 1231cddf-1829-49dc-aff4-2d7043d8c1db
    optionId stringnullable

    Unique identifier of the option of the question/answer

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

    List of unique identifiers of the questions

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

    Recursive list of questions in the assessment

    type stringnullable

    Type of question/answer

  • ]
  • content stringnullable

    Content of the option

    id stringnullable

    Unique identifier of the option

    isNoneOfTheAbove boolean

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

    StepExecutionOption
    {
    "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
    }