{
  "title": "Faculty Professional Development Debrief",
  "description": "Capture what teachers took from a professional development session — what they'll use, what was missing, and what would make PD more effective.",
  "language": "en",
  "questions": [
    {
      "hint": "Name the session, date, and whether it was in-house or external.",
      "text": "Which professional development session or program are you reflecting on?",
      "type": "text",
      "order": 1,
      "required": true
    },
    {
      "hint": "A specific idea, strategy, or insight you expect to use.",
      "text": "What was the most valuable thing you took from this session?",
      "type": "text",
      "order": 2,
      "required": true
    },
    {
      "text": "How relevant was this PD to the challenges you're actually facing in your classroom right now?",
      "type": "rating_scale",
      "order": 3,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Highly relevant",
        "minLabel": "Not relevant"
      },
      "required": true
    },
    {
      "hint": "Be specific — what will you do differently next week or this term?",
      "text": "What will you try in your classroom as a direct result of this session?",
      "type": "text",
      "order": 4,
      "required": true
    },
    {
      "hint": "Topics, skills, or practical guidance you needed but didn't get.",
      "text": "What was missing or should have been covered that wasn't?",
      "type": "text",
      "order": 5,
      "required": true
    },
    {
      "hint": "Format, frequency, focus area, or how it's delivered — anything that would make it a better use of your time.",
      "text": "What would make professional development more useful for you?",
      "type": "text",
      "order": 6,
      "required": true
    }
  ]
}