{
  "title": "New Member Welcome",
  "description": "Understand what brought someone to the church, how they're settling in, and where they still need support.",
  "language": "en",
  "questions": [
    {
      "text": "What brought you to this church?",
      "type": "multiple_choice",
      "order": 1,
      "options": [
        "Personal invitation from a member",
        "Online search or website",
        "Social media",
        "Drove by and came in",
        "Community event or outreach",
        "Recommendation from someone outside the church",
        "Other"
      ],
      "required": true
    },
    {
      "text": "How long were you attending before deciding to become a member?",
      "type": "multiple_choice",
      "order": 2,
      "options": [
        "Less than a month",
        "1–3 months",
        "3–6 months",
        "More than 6 months"
      ],
      "required": true
    },
    {
      "hint": "Was it a specific service, person, community, or something you experienced here?",
      "text": "What made you decide to make this your church home?",
      "type": "text",
      "order": 3,
      "required": true
    },
    {
      "text": "How welcomed have you felt since you first arrived?",
      "type": "rating_scale",
      "order": 4,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Very welcomed",
        "minLabel": "Not welcomed"
      },
      "required": true
    },
    {
      "text": "Have you found a place to connect or serve yet — a group, ministry, or community within the church?",
      "type": "yes_no",
      "order": 5,
      "required": true,
      "branchRules": [
        {
          "priority": 0,
          "targetOrder": 6,
          "conditionType": "equals",
          "conditionValue": "Yes"
        },
        {
          "priority": 1,
          "targetOrder": 7,
          "conditionType": "equals",
          "conditionValue": "No"
        }
      ]
    },
    {
      "hint": "A specific person, program, event, or moment that made the difference.",
      "text": "What helped you find your place here?",
      "type": "text",
      "order": 6,
      "required": true
    },
    {
      "hint": "Be specific — even small things help us know where to improve.",
      "text": "What would help you get more involved or feel more at home?",
      "type": "text",
      "order": 7,
      "required": true
    },
    {
      "hint": "Practical, spiritual, or relational — anything is worth mentioning.",
      "text": "Is there anything the church could do to support you better right now?",
      "type": "text",
      "order": 8,
      "required": false
    }
  ]
}