{
  "title": "Employee Onboarding Check-In",
  "description": "Capture a new hire's experience and surface gaps during their first 90 days.",
  "language": "en",
  "questions": [
    {
      "hint": "Think about your first day and first week — the people, the environment, and the welcome you received.",
      "text": "What were your first impressions of the team and workplace?",
      "type": "text",
      "order": 1,
      "required": true
    },
    {
      "hint": "Consider whether expectations were communicated upfront and whether they matched what you expected from the hiring process.",
      "text": "How clear were your role and responsibilities from day one?",
      "type": "rating_scale",
      "order": 2,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Very clear",
        "minLabel": "Very unclear"
      },
      "required": true
    },
    {
      "hint": "Think about training, documentation, introductions, and any structured onboarding activities.",
      "text": "How well did the onboarding process prepare you for your role?",
      "type": "rating_scale",
      "order": 3,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Fully prepared",
        "minLabel": "Not at all prepared"
      },
      "required": true
    },
    {
      "hint": "There are no wrong answers here — this helps us improve the experience for future hires.",
      "text": "What resources or information were missing that would have helped you settle in faster?",
      "type": "text",
      "order": 4,
      "required": false
    },
    {
      "hint": "Consider availability, guidance, and whether you felt comfortable asking questions.",
      "text": "How supported did you feel by your manager during your first weeks?",
      "type": "rating_scale",
      "order": 5,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Very supported",
        "minLabel": "Not supported"
      },
      "required": true
    },
    {
      "hint": "What has been your biggest challenge so far — a process, a tool, a relationship, or anything else that has made the transition harder?",
      "text": "What has been your biggest challenge so far?",
      "type": "text",
      "order": 6,
      "required": true
    },
    {
      "hint": "If you could change just one thing to make it better for the next person, what would it be?",
      "text": "What one thing would you change about the onboarding process?",
      "type": "text",
      "order": 7,
      "required": false
    },
    {
      "hint": "Anything we haven't asked about — something important to you that this interview missed.",
      "text": "Is there anything else you would like to share about your experience so far?",
      "type": "text",
      "order": 8,
      "required": false
    }
  ]
}