{
  "title": "Program Impact Debrief",
  "description": "A structured debrief with program participants on what they gained, what barriers remained, and what would make the program more effective.",
  "language": "en",
  "questions": [
    {
      "hint": "Think about the specific outcome, skill, or situation you were hoping to change.",
      "text": "What did you hope to gain from this program when you started?",
      "type": "text",
      "order": 1,
      "required": true
    },
    {
      "hint": "Be as specific as possible — even small changes matter.",
      "text": "Looking back, what did you actually gain from participating?",
      "type": "text",
      "order": 2,
      "required": true
    },
    {
      "text": "How would you rate the overall impact this program had on your situation?",
      "type": "rating_scale",
      "order": 3,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Significant impact",
        "minLabel": "No impact"
      },
      "required": true
    },
    {
      "hint": "A specific session, resource, person, or moment that made the biggest difference.",
      "text": "What was the most valuable part of this program for you?",
      "type": "text",
      "order": 4,
      "required": true
    },
    {
      "hint": "Think about practical obstacles — timing, transportation, language, childcare, trust — anything that got in the way.",
      "text": "What barriers or challenges made it harder to participate or benefit fully?",
      "type": "text",
      "order": 5,
      "required": true
    },
    {
      "hint": "Even small suggestions help us improve. There are no wrong answers.",
      "text": "What would you change or add to make this program more effective?",
      "type": "text",
      "order": 6,
      "required": true
    },
    {
      "text": "Would you recommend this program to someone in a similar situation?",
      "type": "yes_no",
      "order": 7,
      "required": true,
      "branchRules": [
        {
          "priority": 0,
          "targetOrder": 8,
          "conditionType": "equals",
          "conditionValue": "No"
        }
      ]
    },
    {
      "hint": "Your honesty helps us serve future participants better.",
      "text": "What would need to change for you to recommend it?",
      "type": "text",
      "order": 8,
      "required": true
    }
  ]
}