{
  "title": "OneTable Questionnaire",
  "intro": "A handful of quick questions, one screen at a time. Most take a single tap and the whole thing runs about two minutes.",
  "startLabel": "Start",
  "submitLabel": "Submit answers",
  "thankYouTitle": "Thanks, that's everything.",
  "thankYouBody": "Your answers were recorded. Feel free to close this tab.",
  "questions": [
    {
      "id": "name",
      "type": "shortAnswer",
      "prompt": "First, what's your name?",
      "placeholder": "First and last is great.",
      "maxLength": 120,
      "required": true
    },
    {
      "id": "ageRange",
      "type": "singleSelect",
      "prompt": "Which age range are you in?",
      "options": [
        "Under 18",
        "18 to 24",
        "25 to 34",
        "35 to 44",
        "45 to 54",
        "55 to 64",
        "65 or older",
        "Prefer not to say"
      ],
      "required": true
    },
    {
      "id": "q01",
      "type": "multiSelect",
      "prompt": "Which of these describes your role?",
      "options": [
        "Founder or owner",
        "Engineering",
        "Design",
        "Product",
        "Operations",
        "Sales or marketing",
        "Something else"
      ]
    },
    {
      "id": "q02",
      "type": "multiSelect",
      "prompt": "How did you first hear about us?",
      "options": [
        "A friend or colleague",
        "Search engine",
        "Social media",
        "A newsletter or blog",
        "A conference or event",
        "I don't remember"
      ]
    },
    {
      "id": "q03",
      "type": "multiSelect",
      "prompt": "Which problems are you trying to solve right now?",
      "options": [
        "Saving time on repetitive work",
        "Reducing errors",
        "Getting better visibility into data",
        "Collaborating across a team",
        "Cutting costs",
        "Meeting a compliance requirement"
      ]
    },
    {
      "id": "q04",
      "type": "multiSelect",
      "prompt": "Which tools do you currently use for this?",
      "options": [
        "Spreadsheets",
        "A purpose-built SaaS product",
        "Internal custom software",
        "Pen and paper",
        "Nothing yet"
      ]
    },
    {
      "id": "q05",
      "type": "multiSelect",
      "prompt": "How often would you expect to use something like this?",
      "options": [
        "Several times a day",
        "Daily",
        "A few times a week",
        "Weekly",
        "Monthly or less"
      ]
    },
    {
      "id": "q06",
      "type": "multiSelect",
      "prompt": "Which features matter most to you?",
      "options": [
        "Speed",
        "Ease of setup",
        "Integrations with what I already use",
        "Customization",
        "Reporting and analytics",
        "Mobile access",
        "Support quality"
      ]
    },
    {
      "id": "q07",
      "type": "multiSelect",
      "prompt": "What has stopped you from adopting a solution before?",
      "options": [
        "Price",
        "Too hard to learn",
        "Poor fit with our workflow",
        "Migration effort",
        "Security or privacy concerns",
        "Never found the right option"
      ]
    },
    {
      "id": "q08",
      "type": "multiSelect",
      "prompt": "How large is the team that would use this?",
      "options": [
        "Just me",
        "2 to 5 people",
        "6 to 20 people",
        "21 to 100 people",
        "More than 100 people"
      ]
    },
    {
      "id": "q09",
      "type": "multiSelect",
      "prompt": "Which of these would make you recommend us to someone else?",
      "options": [
        "It saved me real time",
        "It was pleasant to use",
        "It replaced a tool I disliked",
        "The price felt fair",
        "Support was genuinely helpful"
      ]
    },
    {
      "id": "q10",
      "type": "multiSelect",
      "prompt": "How would you prefer to hear from us going forward?",
      "options": [
        "Email",
        "Text message",
        "In-product notifications",
        "I'd rather not be contacted"
      ]
    },
    {
      "id": "q11",
      "type": "shortAnswer",
      "prompt": "What is the single biggest frustration in your current process?",
      "placeholder": "A sentence or two is plenty.",
      "maxLength": 500,
      "multiline": true
    },
    {
      "id": "q12",
      "type": "shortAnswer",
      "prompt": "If you could change one thing about how this works today, what would it be?",
      "placeholder": "Optional, but the most useful answer you can give us.",
      "maxLength": 500,
      "multiline": true
    },
    {
      "id": "q13",
      "type": "shortAnswer",
      "prompt": "Anything else we should know?",
      "placeholder": "Optional.",
      "maxLength": 500,
      "multiline": true
    },
    {
      "id": "instagramHandle",
      "type": "shortAnswer",
      "prompt": "What's your Instagram handle?",
      "placeholder": "yourhandle",
      "maxLength": 30
    },
    {
      "id": "contactEmail",
      "type": "shortAnswer",
      "prompt": "Last one: your email, so we can follow up.",
      "placeholder": "you@example.com",
      "maxLength": 254,
      "required": true
    }
  ]
}
