{
  "title": "Usability Feedback",
  "description": "Structured post-session feedback on a product or prototype.",
  "language": "en",
  "questions": [
    {
      "hint": "Describe your goal in your own words — what did you expect to be able to do?",
      "text": "What were you trying to accomplish in this session?",
      "type": "text",
      "order": 1,
      "required": true
    },
    {
      "text": "Were you able to complete your goal?",
      "type": "yes_no",
      "order": 2,
      "required": true,
      "branchRules": [
        {
          "priority": 0,
          "targetOrder": 3,
          "conditionType": "equals",
          "conditionValue": "No"
        },
        {
          "priority": 1,
          "targetOrder": 4,
          "conditionType": "equals",
          "conditionValue": "Yes"
        }
      ]
    },
    {
      "hint": "Describe the specific point where things went wrong — what were you looking for, and what happened instead?",
      "text": "Where did you get stuck or confused?",
      "type": "text",
      "order": 3,
      "required": true
    },
    {
      "hint": "1 = very difficult, 5 = very easy.",
      "text": "How easy was the product to use overall?",
      "type": "rating_scale",
      "order": 4,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Very easy",
        "minLabel": "Very difficult"
      },
      "required": true
    },
    {
      "hint": "Tell us what felt intuitive, clear, or satisfying — what should we keep?",
      "text": "What worked well?",
      "type": "text",
      "order": 5,
      "required": true
    },
    {
      "hint": "Be specific — describe moments where you hesitated, had to backtrack, or felt lost.",
      "text": "What was most frustrating or confusing?",
      "type": "text",
      "order": 6,
      "required": true
    },
    {
      "hint": "If you could only fix one thing, what would it be?",
      "text": "What one change would make the biggest difference to your experience?",
      "type": "text",
      "order": 7,
      "required": false
    }
  ]
}