{ "$schema": "https://cuecatch.com/schemas/survey.schema.json", "name": "Input Demo", "startScreens": [ { "header": "Your Feedback on CueCatch", "description": "Share your thoughts and shape the future of CueCatch!", "okButtonLabel": "Start Survey" } ], "pages": [ { "blocks": [ { "title": "Which features of CueCatch do you use most frequently?", "subtitle": "Check all that apply", "inputs": [ { "type": "CHECKBOX", "label": "Customizable question types" }, { "type": "CHECKBOX", "label": "Real-time response tracking" }, { "type": "CHECKBOX", "label": "Logic jumps and branching" }, { "type": "CHECKBOX", "label": "Data analysis and reporting" }, { "type": "CHECKBOX_TEXT", "label": "Other (please specify)" } ] } ] }, { "blocks": [ { "title": "How did you first hear about CueCatch?", "inputs": [ { "type": "RADIO", "label": "Online search" }, { "type": "RADIO", "label": "Social media" }, { "type": "RADIO", "label": "Recommendation from a friend/colleague" }, { "type": "RADIO_TEXT", "label": "Other (please specify)" } ] } ] }, { "blocks": [ { "title": "How likely are you to recommend CueCatch to a friend or colleague?", "inputs": [ { "type": "NUMBER_SCALE", "numberScaleInputLabels": [ "Not likely", "Very Likely" ] } ] } ] }, { "blocks": [ { "title": "Which of these images best represents your experience with CueCatch?", "layoutColumnWidth": "70px", "layoutColumnAutoFit": false, "layoutColumnGap": "1em", "inputs": [ { "type": "IMAGE", "imageInputSrc": "https://cuecatch.github.io/examples/images/face-laughing.svg", "imageInputNoBorder": true, "label": "Excellent" }, { "type": "IMAGE", "imageInputSrc": "https://cuecatch.github.io/examples/images/face-smile.svg", "imageInputNoBorder": true, "label": "Good" }, { "type": "IMAGE", "imageInputSrc": "https://cuecatch.github.io/examples/images/face-neutral.svg", "imageInputNoBorder": true, "label": "Average" }, { "type": "IMAGE", "imageInputSrc": "https://cuecatch.github.io/examples/images/face-frown.svg", "imageInputNoBorder": true, "label": "Bad" }, { "type": "IMAGE", "imageInputSrc": "https://cuecatch.github.io/examples/images/face-angry.svg", "imageInputNoBorder": true, "label": "terrible" } ] } ] }, { "blocks": [ { "title": "Please rate the following aspects of CueCatch.", "inputs": [ { "type": "STAR_SCALE", "label": "Ease of Use:", "labelPosition": "LEFT", "labelWidth": "10em" }, { "type": "STAR_SCALE", "label": "Value for money:", "labelPosition": "LEFT", "labelWidth": "10em" }, { "type": "STAR_SCALE", "label": "Customer support:", "labelPosition": "LEFT", "labelWidth": "10em" } ] } ] }, { "blocks": [ { "title": "Overall, how satisfied are you with CueCatch?", "inputs": [ { "type": "LIKERT_SCALE", "likertInputPreset": "SATISFACTION" } ] } ] }, { "blocks": [ { "title": "Please rate your satisfaction with the following aspects of CueCatch", "inputs": [ { "type": "LIKERT_SCALE", "label": "User Interface (UI)", "likertInputPreset": "SATISFACTION" }, { "type": "LIKERT_SCALE", "label": "Customization", "likertInputPreset": "SATISFACTION" }, { "type": "LIKERT_SCALE", "label": "Customer Support", "likertInputPreset": "SATISFACTION" }, { "type": "LIKERT_SCALE", "label": "Pricing", "likertInputPreset": "SATISFACTION" } ] } ] }, { "blocks": [ { "title": "How often do you use CueCatch?", "inputs": [ { "type": "DROPDOWN", "hint": "-- Please select --", "dropdownInputOptions": [ "Daily", "Weekly", "Monthly", "Less often" ] } ] } ] }, { "blocks": [ { "title": " Please share any additional comments or suggestions you have about CueCatch:", "inputs": [ { "type": "TEXTAREA" } ] } ] }, { "blocks": [ { "title": "Would you like to receive updates about CueCatch?", "inputs": [ { "type": "TOGGLE", "label": "Promotion", "labelPosition": "LEFT", "labelWidth": "10em" }, { "type": "TOGGLE", "label": "Newsletter", "labelPosition": "LEFT", "labelWidth": "10em" } ] } ] }, { "blocks": [ { "title": "What is your Email address?", "inputs": [ { "type": "TEXT", "hint": "name@example.com", "textInputType": "EMAIL" } ] } ] } ], "completeScreens": [ { "header": "Thank You!", "description": "Your feedback is important to us. Thank you for taking the time to complete this survey!", "okButtonLabel": "Close" } ] }