{
  "title": "Employee Exit Interview",
  "description": "A candid exit conversation with a departing employee — why they're leaving, what the business needs to know, and what institutional knowledge to capture.",
  "language": "en",
  "questions": [
    {
      "text": "What is your main reason for leaving?",
      "type": "multiple_choice",
      "order": 1,
      "options": [
        "Better opportunity elsewhere",
        "Compensation",
        "Work-life balance",
        "Relationship with owner or management",
        "Lack of growth or advancement",
        "Personal or family reasons",
        "Relocation",
        "Other"
      ],
      "required": true
    },
    {
      "hint": "Be specific — this helps us understand what to protect as the business grows.",
      "text": "What did you enjoy most about working here?",
      "type": "text",
      "order": 2,
      "required": true
    },
    {
      "hint": "Candid feedback is the most valuable thing you can leave us. We won't take it personally.",
      "text": "What frustrated you most, and what would you have changed?",
      "type": "text",
      "order": 3,
      "required": true
    },
    {
      "hint": "Think about what only you know — customers, vendors, tools, workarounds, history.",
      "text": "What knowledge, relationships, or processes will be hardest to replace after you leave?",
      "type": "text",
      "order": 4,
      "required": true
    },
    {
      "hint": "What do they need to know that isn't written down anywhere?",
      "text": "What advice would you give to the person taking your role?",
      "type": "text",
      "order": 5,
      "required": true
    },
    {
      "text": "How well do you think the business treated you overall?",
      "type": "rating_scale",
      "order": 6,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Very well",
        "minLabel": "Poorly"
      },
      "required": true
    },
    {
      "text": "Would you recommend this business as a place to work?",
      "type": "yes_no",
      "order": 7,
      "required": true
    },
    {
      "hint": "This is a safe space. Even small things are worth capturing.",
      "text": "Is there anything you wanted to say but never had the right opportunity to?",
      "type": "text",
      "order": 8,
      "required": false
    }
  ]
}