{
  "kind": "question",
  "id": "stub-single_choice",
  "title": "",
  "ruleSections": {
    "behaviorRules": {},
    "settingsRules": {},
    "validationRules": {
      "choice": {
        "required": true,
        "requiredMessage": "This question requires an answer"
      }
    },
    "additionalOptions": {},
    "logicSettingsRules": {
      "choice": {
        "skipLogic": {
          "version": 1,
          "branches": [
            {
              "optionIndex": 0,
              "targetQuestionId": "example-text_single"
            },
            {
              "optionIndex": 1,
              "targetQuestionId": null
            },
            {
              "optionIndex": 2,
              "targetQuestionId": null
            },
            {
              "optionIndex": 3,
              "targetQuestionId": null
            }
          ]
        },
        "delayedBranching": {
          "version": 1,
          "criteriaBlocks": [
            {
              "id": "example-delayed-block-1",
              "title": "When reference Q includes option 1",
              "rows": [
                {
                  "condition": {
                    "kind": "questions",
                    "questionId": "example-multiple_choice",
                    "operator": "is",
                    "optionIndices": [
                      1
                    ]
                  }
                }
              ],
              "skipToQuestionId": "example-text_area"
            }
          ],
          "defaultTargetQuestionId": null
        },
        "questionDisplayLogic": {
          "version": 1,
          "rows": [
            {
              "condition": {
                "kind": "count",
                "questionId": "example-multiple_choice",
                "operator": ">=",
                "value": 2
              }
            }
          ]
        },
        "optionDisplayLogic": {
          "version": 1,
          "criteriaBlocks": [
            {
              "id": "example-option-display-block-1",
              "title": "Show first options when reference is option 0",
              "rows": [
                {
                  "condition": {
                    "kind": "questions",
                    "questionId": "example-multiple_choice",
                    "operator": "is",
                    "optionIndices": [
                      0
                    ]
                  }
                }
              ],
              "visibleOptionIndices": [
                0,
                1
              ]
            }
          ],
          "defaultOptionIndices": [
            2
          ]
        },
        "optionPriorityLogic": {
          "version": 1,
          "criteriaBlocks": [
            {
              "id": "example-option-priority-block-1",
              "title": "Reverse order when reference picks option 0",
              "rows": [
                {
                  "condition": {
                    "kind": "questions",
                    "questionId": "example-multiple_choice",
                    "operator": "is",
                    "optionIndices": [
                      0
                    ]
                  }
                }
              ],
              "orderedOptionIndices": [
                3,
                2,
                1,
                0
              ]
            }
          ],
          "defaultOrderIndices": [
            0,
            1,
            2,
            3
          ]
        },
        "optionAutoSelectLogic": {
          "version": 1,
          "mode": "conditional",
          "criteriaBlocks": [
            {
              "id": "example-option-auto-select-block-1",
              "title": "Pre-select first option when reference is option 0",
              "rows": [
                {
                  "condition": {
                    "kind": "questions",
                    "questionId": "example-multiple_choice",
                    "operator": "is",
                    "optionIndices": [
                      0
                    ]
                  }
                }
              ],
              "autoSelectedOptionIndices": [
                0
              ]
            }
          ],
          "defaultAutoSelectedOptionIndices": [
            1
          ],
          "allowRespondentToChangeSelection": false
        }
      }
    }
  },
  "typeId": "single_choice",
  "options": [
    "Option 1",
    "Option 2",
    "Option 3",
    "Option 4"
  ],
  "optionCodes": [],
  "subtextEnabled": false,
  "subtext": "",
  "naOptionEnabled": false,
  "choiceSearchEnabled": false
}
