From fd2c44779aec969e3bf8cb049fffa62f4d146146 Mon Sep 17 00:00:00 2001 From: Pingfan Hu Date: Fri, 13 Dec 2024 13:08:19 -0500 Subject: [PATCH] Update demos.qmd --- demos.qmd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/demos.qmd b/demos.qmd index 57f254d..1c40618 100644 --- a/demos.qmd +++ b/demos.qmd @@ -24,4 +24,6 @@ Brief description of each demo: | | randomized-question-labels-predefined | A demo of how to implement randomized question labels using [predefined random labels](reactivity.html#pre-defined-randomization). | | | 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 `custom` question type. | +| | leaflet-map | A demo of how to implement a leaflet map in your survey using the [`sd_question_custom()`](custom-questions.html) function. | +| | plotly | A demo of how to implement a plotly chart in your survey using the [`sd_question_custom()`](custom-questions.html) function. | +