{ "$schema": "https://cuecatch.com/schemas/survey.schema.json", "name": "Basic", "uiSettings": { "useResponsiveButtons": false, "showProgress": false }, "startScreens": [ { "header": "Welcome to Our Survey!", "description": "Thank you for participating.", "okButtonLabel": "Start Survey" } ], "pages": [ { "blocks": [ { "title": "Which type of vacation do you prefer?", "inputs": [ { "type": "RADIO", "label": "Beach" }, { "type": "RADIO", "label": "Mountains" } ] } ], "nextButtonLabel": "Submit" } ], "completeScreens": [ { "header": "Thank You!", "description": "Your responses have been recorded.", "okButtonLabel": "Close" } ] }