Skip to main content

Question1

    defaultSubQuestions object[]

    List of recursive questions from "questionnaire"

    description string

    Description of the question

    freeTextAnswer string

    Free text answer for the question

    id stringrequired

    Unique identifier of a question

    options

    object[]

    List of answering options

  • Array [

  • id string

    Unique identifier of the option

    otherOptionText string

    Other option text

    questions object[]

    List of recursive questions from "questionnaire"

    selected boolean

    Indicate whether this option is selected or not

    text string

    Preset answer in text

  • ]

  • questionType stringrequired

    Question type e.g single select, multiple select

    responseId string

    Unique identifier of a response

    validation

    object

    required

    Question validation

    mandatory booleanrequired

    Indicate if the question is mandatory or not