From 71401ed8ede99653cdaa82e4b3bacd0f60546189 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 15 Jul 2024 20:19:49 +0000 Subject: [PATCH] Built site for surveydown@0.0.1: b59169c --- index.html | 20 ++++++++++++-------- pkgdown.yml | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 09047fca..20f9dfd9 100644 --- a/index.html +++ b/index.html @@ -118,9 +118,13 @@

Markdown-Based Surve


-

This project brings together three open source technologies (Quarto, shiny, and supabase) to create dynamic, markdown-based surveys.

-

The general concept is to design your survey as a Quarto shiny document, which with the help of the {surveydown} package renders into a shiny app that can be hosted online and sent to survey respondents. The survey data collected from respondents is then. stored in a supabase database that can easily be imported into R for analysis.

-

The {surveydown} R package provides the core set of functions needed to make key survey features work, like defining survey questions and controlling pagination and skip logic, etc. Our surveydown Quarto extension works in tandem with the {surveydown} R package to make it all work.

+

This project brings together three open source technologies (Quarto, shiny, and supabase) to create dynamic, markdown-based surveys. Here’s the basic concept:

+
    +
  1. Design your survey as a Quarto shiny document using markdown and R code.
  2. +
  3. Render your doc into a shiny app that can be hosted online and sent to respondents.
  4. +
  5. Store your survey responses in a supabase database.
  6. +
+

The {surveydown} R package works in tandem with our surveydown Quarto extension to make everything work. After installing the package, we recommend working from one of our template example surveys to design your own.

See the documentation page to get started making your own surveydown survey!

@@ -141,17 +145,17 @@

TODO ListOption for preview = TRUE (database is ignored)
  • -
  • +
  • +
  • -
  • sd_config(), maybe progress_bar = 'top' or progress_bar = 'bottom' as a default, and progress_bar = 'none' to turn it off.
  • -
  • -
  • +
  • -
  • +
  • +
  • Question types:
    • diff --git a/pkgdown.yml b/pkgdown.yml index 9b17c3de..076b57ff 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -7,7 +7,7 @@ articles: overview: overview.html question_types: question_types.html survey_control_logic: survey_control_logic.html -last_built: 2024-07-15T16:59Z +last_built: 2024-07-15T20:19Z urls: reference: https://jhelvy.github.io/surveydown/reference article: https://jhelvy.github.io/surveydown/articles