Demos
If you download a demo repository and want to run it, please render the .qmd
file before running the app.
In these demos, we’ve defined use_html = TRUE
in sd_server()
. This will make the app load faster, but it requires that the .qmd
file already be rendered into an HTML file.
Question Types
A demo of all the question types currently supported by surveydown.
Conditional Display
A demo of how to implement conditional display (showing a question based on a previous response).
Conditional Skipping
A demo of how to implement conditional skipping (skipping to a page based on a previous response).
Choice-Based Conjoint
A demo of how to implement a choice-based conjoint survey with surveydown.
Randomized Question Labels
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.