Skip to content

Commit

Permalink
Update demos.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
pingfan-hu committed Feb 28, 2025
1 parent 8a335d8 commit e0156a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Brief description of each demo:
| <i class="fa fa-random" aria-hidden="true"></i> | random-labels<br>[Access Demo](https://surveydown.shinyapps.io/random/) | A demo of how to implement [random labels](manuals/reactivity.html#randomizing-question-labels). |
| <i class="fa fa-shuffle" aria-hidden="true"></i> | random-labels-preset<br>[Access Demo](https://surveydown2.shinyapps.io/random2/) | A demo of how to implement [predefined random labels](manuals/randomization.html). |
| <i class="fa fa-code-compare" aria-hidden="true"></i> | reactive-question<br>[Access Demo](https://surveydown2.shinyapps.io/reactive/) | A demo of how to implement [a reactive question](manuals/reactivity.html#defining-questions-in-the-server-function). |
| <i class="fa fa-code-car" aria-hidden="true"></i> | reactive-drilldown<br>[Access Demo](https://surveydown3.shinyapps.io/drilldown/) | A [reactive question](manuals/reactivity.html#defining-questions-in-the-server-function) demo of `drilldown`, in which latter question options are defined from the former selection. |
| <i class="fa fa-car" aria-hidden="true"></i> | reactive-drilldown<br>[Access Demo](https://surveydown3.shinyapps.io/drilldown/) | A [reactive question](manuals/reactivity.html#defining-questions-in-the-server-function) demo of `drilldown`, in which latter question options are defined from the former selection. |
| <i class="fa fa-map-location-dot" aria-hidden="true"></i> | custom-leaflet-map<br>[Access Demo](https://surveydown2.shinyapps.io/leaflet/) | A demo of how to implement a custom leaflet map in your survey using the [`sd_question_custom()`](manuals/custom-questions.html) function. |
| <i class="fa fa-chart-line" aria-hidden="true"></i> | custom-plotly-chart<br>[Access Demo](https://surveydown2.shinyapps.io/plotly/) | A demo of how to implement a custom plotly chart in your survey using the [`sd_question_custom()`](manuals/custom-questions.html) function. |
| <i class="fa fa-up-right-from-square" aria-hidden="true"></i> | external-redirect | A demo of how to implement external redirection links in your survey. |
Expand Down

0 comments on commit e0156a5

Please sign in to comment.