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. | |
show-if Access Demo |
A demo of how to implement conditional display (showing a question based on a previous response). | |
skip-if Access Demo |
A demo of how to implement conditional 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-table | A demo of a choice-based conjoint survey using a table layout for the choice questions. | |
randomized-question-labels Access Demo |
A demo of how to implement randomized question labels. | |
randomized-question-labels-predefined | A demo of how to implement randomized question labels using predefined random labels. | |
reactive-plot | A demo of how to implement a reactive plot (a summary plot of all prior response data updated in real time). | |
external-redirect | A demo of how to implement external redirection links in your survey. | |
leaflet-map | A demo of how to implement a leaflet map in your survey using the sd_question_custom() function. |
|
plotly | A demo of how to implement a plotly chart in your survey using the sd_question_custom() function. |