{
  "title": "Beta Tester Debrief",
  "description": "A structured debrief after a beta or pilot — what worked, what broke, and launch intent.",
  "language": "en",
  "questions": [
    {
      "text": "How long did you use the beta before this debrief?",
      "type": "multiple_choice",
      "order": 1,
      "options": [
        "Less than 2 weeks",
        "2–4 weeks",
        "1–2 months",
        "More than 2 months"
      ],
      "required": true
    },
    {
      "hint": "List the things you kept coming back to.",
      "text": "Which features or parts of the product did you use most regularly?",
      "type": "text",
      "order": 2,
      "required": true
    },
    {
      "hint": "1 = very disappointed, 10 = exceeded expectations.",
      "text": "How satisfied are you with the beta overall?",
      "type": "rating_scale",
      "order": 3,
      "options": {
        "max": 10,
        "min": 1,
        "maxLabel": "Exceeded expectations",
        "minLabel": "Very disappointed"
      },
      "required": true
    },
    {
      "hint": "Tell us what felt right — features, flows, or design decisions you'd be upset to lose.",
      "text": "What worked well and should definitely be kept?",
      "type": "text",
      "order": 4,
      "required": true
    },
    {
      "hint": "Be specific — describe the situation and what you expected to happen.",
      "text": "What was broken, confusing, or missing?",
      "type": "text",
      "order": 5,
      "required": true
    },
    {
      "text": "Did you encounter any bugs or unexpected behaviour?",
      "type": "yes_no",
      "order": 6,
      "required": true,
      "branchRules": [
        {
          "priority": 0,
          "targetOrder": 7,
          "conditionType": "equals",
          "conditionValue": "Yes"
        },
        {
          "priority": 1,
          "targetOrder": 8,
          "conditionType": "equals",
          "conditionValue": "No"
        }
      ]
    },
    {
      "hint": "Include what you were doing, what happened, and whether it was reproducible.",
      "text": "Please describe the bugs or unexpected behaviour you encountered.",
      "type": "text",
      "order": 7,
      "required": false
    },
    {
      "hint": "0 = definitely not, 10 = definitely yes.",
      "text": "How likely are you to use the full product when it launches?",
      "type": "rating_scale",
      "order": 8,
      "options": {
        "max": 10,
        "min": 0,
        "maxLabel": "Definitely yes",
        "minLabel": "Definitely not"
      },
      "required": true
    }
  ]
}