{
  "title": "Exit Interview",
  "description": "Understand why someone is leaving and what the organization could have done differently.",
  "language": "en",
  "questions": [
    {
      "hint": "Please be as honest as you are comfortable being — this information is used to improve the organization.",
      "text": "What is your primary reason for leaving?",
      "type": "multiple_choice",
      "order": 1,
      "options": [
        "Career advancement opportunity",
        "Compensation or benefits",
        "Work-life balance",
        "Relationship with manager",
        "Company culture",
        "Lack of growth or development",
        "Relocation",
        "Personal reasons",
        "Other"
      ],
      "required": true
    },
    {
      "hint": "We ask this to understand whether this was a sudden decision or something that built over time.",
      "text": "How long had you been considering this decision before acting on it?",
      "type": "multiple_choice",
      "order": 2,
      "options": [
        "Less than a month",
        "1–3 months",
        "3–6 months",
        "Over 6 months"
      ],
      "required": true
    },
    {
      "hint": "Think about the people, culture, work, or opportunities that made this a positive experience.",
      "text": "What did you enjoy most about working here?",
      "type": "text",
      "order": 3,
      "required": true
    },
    {
      "hint": "Be specific — even small things matter.",
      "text": "What could the organization have done differently to retain you?",
      "type": "text",
      "order": 4,
      "required": true
    },
    {
      "hint": "Imagine a friend asked you what it is really like to work here.",
      "text": "How would you describe the culture here to someone considering joining?",
      "type": "text",
      "order": 5,
      "required": true
    },
    {
      "text": "How effective was your manager in supporting your work and development?",
      "type": "rating_scale",
      "order": 6,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Very effective",
        "minLabel": "Ineffective"
      },
      "required": true
    },
    {
      "text": "Would you consider returning to the organization in the future?",
      "type": "yes_no",
      "order": 7,
      "required": true,
      "branchRules": [
        {
          "priority": 0,
          "targetOrder": 8,
          "conditionType": "equals",
          "conditionValue": "Yes"
        },
        {
          "priority": 1,
          "targetOrder": 9,
          "conditionType": "equals",
          "conditionValue": "No"
        }
      ]
    },
    {
      "hint": "For example: a change in leadership, a different role, or improved conditions.",
      "text": "Under what circumstances would you consider returning?",
      "type": "text",
      "order": 8,
      "required": true
    },
    {
      "hint": "What do they need to know to be successful that isn't written down anywhere?",
      "text": "What advice would you give to the person taking on your role?",
      "type": "text",
      "order": 9,
      "required": false
    }
  ]
}