{
    "format": "sierratec-survey-export",
    "version": 1,
    "title": "Customer Feedback Q3",
    "description": "A short survey measuring customer satisfaction and loyalty for the third quarter.",
    "type": "survey",
    "questions": [
        {
            "type": "nps",
            "title": "How likely are you to recommend us to a friend or colleague?",
            "description": "0 is not at all likely, 10 is extremely likely.",
            "options": null,
            "is_required": true,
            "logic": null
        },
        {
            "type": "rating",
            "title": "How satisfied are you with your recent experience?",
            "description": null,
            "options": {
                "scale": 5
            },
            "is_required": true,
            "logic": null
        },
        {
            "type": "single_choice",
            "title": "Which of our products or services did you use most recently?",
            "description": null,
            "options": {
                "choices": ["Support", "Onboarding", "Billing", "Product features"]
            },
            "is_required": true,
            "logic": null
        },
        {
            "type": "long_text",
            "title": "What could we do to improve your experience?",
            "description": "Optional - share as much detail as you'd like.",
            "options": null,
            "is_required": false,
            "logic": null
        }
    ]
}
