Demos

To help you get started with surveydown, we created some demos that cover many of the features of the package. Feel free to use any as a starting point for your own surveys or as a reference for how to implement specific features.

Brief description of each demo:

Folder Description
question-types
Access Demo
A demo of all the question types currently supported by surveydown.
conditional-display
Access Demo
A demo of how to implement conditional display (showing a question based on a previous response).
conditional-skipping
Access Demo
A demo of how to implement conditional survey flow (page skipping) (skipping to a page based on a previous response).
conjoint-buttons
Access Demo
A demo of a choice-based conjoint survey using a button layout for the choice questions.
conjoint-tables
Access Demo
A demo of a choice-based conjoint survey using a table layout for the choice questions.
random-labels
Access Demo
A demo of how to implement random labels.
random-labels-preset
Access Demo
A demo of how to implement predefined random labels.
reactive-question
Access Demo
A demo of how to implement a reactive question.
reactive-drilldown
Access Demo
A reactive question demo of drilldown, in which latter question options are defined from the former selection.
custom-leaflet-map
Access Demo
A demo of how to implement a custom leaflet map in your survey using the sd_question_custom() function.
custom-plotly-chart
Access Demo
A demo of how to implement a custom plotly chart in your survey using the sd_question_custom() function.
external-redirect A demo of how to implement external redirection links in your survey.
reactive-plot A demo of how to implement a reactive plot (a summary plot of all prior response data updated in real time).
Back to top