{
  "title": "Post-Service Feedback",
  "description": "Gather structured feedback after a service, sermon, or ministry event — what landed, what didn't, and what to go deeper on.",
  "language": "en",
  "questions": [
    {
      "hint": "For example: Sunday morning service on June 22, the annual retreat, the youth night on Friday.",
      "text": "Which service or event are you giving feedback on?",
      "type": "text",
      "order": 1,
      "required": true
    },
    {
      "hint": "A specific message, moment, song, or experience that stayed with you.",
      "text": "What resonated most with you today?",
      "type": "text",
      "order": 2,
      "required": true
    },
    {
      "text": "How would you rate today's overall experience?",
      "type": "rating_scale",
      "order": 3,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Excellent",
        "minLabel": "Disappointing"
      },
      "required": true
    },
    {
      "hint": "Honest feedback helps us serve the congregation better — nothing is too small to mention.",
      "text": "Was there anything unclear, hard to follow, or that didn't land for you?",
      "type": "text",
      "order": 4,
      "required": false
    },
    {
      "hint": "Anything you're wrestling with personally, or that you think the community needs to hear.",
      "text": "Is there a topic or question you'd like us to address in a future service?",
      "type": "text",
      "order": 5,
      "required": false
    },
    {
      "text": "Any other thoughts you'd like to share?",
      "type": "text",
      "order": 6,
      "required": false
    }
  ]
}