{
  "title": "Parent Feedback Session",
  "description": "A structured conversation with parents about their child's experience and what the school could do better — beyond what comes out in conferences.",
  "language": "en",
  "questions": [
    {
      "text": "How would you describe your child's overall experience at this school this year?",
      "type": "rating_scale",
      "order": 1,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Excellent",
        "minLabel": "Poor"
      },
      "required": true
    },
    {
      "hint": "What comes up — good or bad? What do they seem excited about, stressed about, or indifferent to?",
      "text": "What does your child talk about at home when they mention school?",
      "type": "text",
      "order": 2,
      "required": true
    },
    {
      "hint": "A teacher, program, approach, or environment that makes a visible difference.",
      "text": "What is one thing the school does particularly well for your child?",
      "type": "text",
      "order": 3,
      "required": true
    },
    {
      "hint": "Be candid — this feedback helps us improve.",
      "text": "What is one thing you wish the school did differently?",
      "type": "text",
      "order": 4,
      "required": true
    },
    {
      "text": "Do you feel well-informed about your child's progress and what's happening at school?",
      "type": "yes_no",
      "order": 5,
      "required": true,
      "branchRules": [
        {
          "priority": 0,
          "targetOrder": 6,
          "conditionType": "equals",
          "conditionValue": "No"
        },
        {
          "priority": 1,
          "targetOrder": 7,
          "conditionType": "equals",
          "conditionValue": "Yes"
        }
      ]
    },
    {
      "hint": "What would help you feel more connected to your child's education?",
      "text": "What information or communication are you missing?",
      "type": "text",
      "order": 6,
      "required": true
    },
    {
      "hint": "Context that might help teachers or staff support your child better.",
      "text": "Is there anything about your child's situation that you'd like the school to know?",
      "type": "text",
      "order": 7,
      "required": false
    }
  ]
}