{
  "title": "Congregational Health Check",
  "description": "A periodic pulse on member connection, belonging, and wellbeing — surfacing what people need but haven't said.",
  "language": "en",
  "questions": [
    {
      "hint": "Think about your sense of belonging, not just how often you attend.",
      "text": "How connected do you feel to this congregation right now?",
      "type": "rating_scale",
      "order": 1,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Very connected",
        "minLabel": "Not connected"
      },
      "required": true
    },
    {
      "text": "In the past month, has anyone from the church reached out to check in on you personally?",
      "type": "yes_no",
      "order": 2,
      "required": true
    },
    {
      "hint": "Be specific — a particular ministry, moment, or practice that stands out to you.",
      "text": "What is one thing this church does really well?",
      "type": "text",
      "order": 3,
      "required": true
    },
    {
      "hint": "This is a safe space — honest feedback helps us serve the congregation better.",
      "text": "What is one thing you wish were different?",
      "type": "text",
      "order": 4,
      "required": true
    },
    {
      "text": "How likely are you to invite a friend or family member to join us?",
      "type": "rating_scale",
      "order": 5,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Very likely",
        "minLabel": "Very unlikely"
      },
      "required": true
    },
    {
      "hint": "You can be as specific or general as you like. This is confidential.",
      "text": "Is there anything you need support with that you haven't been able to ask for?",
      "type": "text",
      "order": 6,
      "required": false
    }
  ]
}