{
  "title": "Student Check-In",
  "description": "A structured one-on-one check-in with a student — how they're doing, what's getting in the way, and what would help them succeed.",
  "language": "en",
  "questions": [
    {
      "hint": "There's no right answer. We just want to know how things actually feel.",
      "text": "Overall, how are you doing right now — in school and outside of school?",
      "type": "rating_scale",
      "order": 1,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Doing well",
        "minLabel": "Struggling"
      },
      "required": true
    },
    {
      "hint": "Where do you feel most confident or engaged?",
      "text": "What subject or class feels most manageable for you right now?",
      "type": "text",
      "order": 2,
      "required": true
    },
    {
      "hint": "Could be academic, social, or something else entirely.",
      "text": "What is the biggest challenge you're facing in school right now?",
      "type": "text",
      "order": 3,
      "required": true
    },
    {
      "hint": "You don't have to share anything you're not comfortable with. We ask because we want to help.",
      "text": "Is there anything outside of school making it harder to focus or show up?",
      "type": "text",
      "order": 4,
      "required": false
    },
    {
      "text": "Do you feel like you have an adult at school you can go to if you need help?",
      "type": "yes_no",
      "order": 5,
      "required": true
    },
    {
      "hint": "Big or small — anything that would make a real difference.",
      "text": "What would make school feel better or easier for you?",
      "type": "text",
      "order": 6,
      "required": true
    }
  ]
}