{
  "title": "Staff Exit Interview",
  "description": "A mission-focused exit conversation with a departing staff member — why they're leaving, what the organization needs, and what institutional knowledge to preserve.",
  "language": "en",
  "questions": [
    {
      "text": "What is your primary reason for leaving?",
      "type": "multiple_choice",
      "order": 1,
      "options": [
        "Career growth or new opportunity",
        "Compensation",
        "Burnout or workload",
        "Organizational culture or leadership",
        "Mission alignment",
        "Personal or family reasons",
        "End of grant or contract",
        "Other"
      ],
      "required": true
    },
    {
      "hint": "The mission, the people, the work itself — be specific about what made it meaningful.",
      "text": "What kept you here as long as you stayed?",
      "type": "text",
      "order": 2,
      "required": true
    },
    {
      "hint": "You can be candid. This debrief is for learning, not accountability.",
      "text": "What is the most important thing this organization needs to change to fulfill its mission?",
      "type": "text",
      "order": 3,
      "required": true
    },
    {
      "hint": "Funder relationships, community trust, technical knowledge, process know-how — anything that lives primarily with you.",
      "text": "What institutional knowledge or relationships will be hardest to replace after you leave?",
      "type": "text",
      "order": 4,
      "required": true
    },
    {
      "hint": "The real priorities, the landmines to avoid, and the people to lean on.",
      "text": "What would you tell the person stepping into your role on their first day?",
      "type": "text",
      "order": 5,
      "required": true
    },
    {
      "text": "How well did this organization live its stated values during your time here?",
      "type": "rating_scale",
      "order": 6,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Consistently",
        "minLabel": "Not at all"
      },
      "required": true
    },
    {
      "hint": "This is a safe space. Your candor helps the organization grow.",
      "text": "Is there anything you wanted to say or raise that you never felt able to?",
      "type": "text",
      "order": 7,
      "required": false
    }
  ]
}