Crandore Hub

surveydown

Markdown-Based Programmable Surveys Using 'Quarto' and 'shiny'

Generate programmable surveys using markdown and R code chunks. Surveys are composed of two files: a survey.qmd 'Quarto' file defining the survey content (pages, questions, etc), and an app.R file defining a 'shiny' app with global settings (libraries, database configuration, etc.) and server configuration options (e.g., conditional skipping / display, etc.). Survey data collected from respondents is stored in a 'PostgreSQL' database. Features include controls for conditional skip logic (skip to a page based on an answer to a question), conditional display logic (display a question based on an answer to a question), a customizable progress bar, and a wide variety of question types, including multiple choice (single choice and multiple choices), select, text, numeric, multiple choice buttons, text area, and dates. Because the surveys render into a 'shiny' app, designers can also leverage the reactive capabilities of 'shiny' to create dynamic and interactive surveys.

README

A minimum template for starting from scratch.

To create this template, run this command in your R console:

```r
surveydown::sd_create_survey(
  #path = "path/to/survey"
)
```

There is a `template = "default"` argument in the `sd_create_survey()` function, but it is set as default so no need to specify it.

Refer to the [Start with a template](https://surveydown.org/docs/getting-started#start-with-a-template) section for more details.

Versions across snapshots

VersionRepositoryFileSize
1.0.1 rolling linux/jammy R-4.5 surveydown_1.0.1.tar.gz 889.3 KiB
1.0.1 rolling linux/noble R-4.5 surveydown_1.0.1.tar.gz 888.9 KiB
1.0.1 rolling source/ R- surveydown_1.0.1.tar.gz 625.9 KiB
1.0.1 latest linux/jammy R-4.5 surveydown_1.0.1.tar.gz 889.3 KiB
1.0.1 latest linux/noble R-4.5 surveydown_1.0.1.tar.gz 888.9 KiB
1.0.1 latest source/ R- surveydown_1.0.1.tar.gz 625.9 KiB
1.0.1 2026-04-26 source/ R- surveydown_1.0.1.tar.gz 625.9 KiB
1.0.1 2026-04-23 source/ R- surveydown_1.0.1.tar.gz 625.9 KiB
1.0.1 2026-04-09 windows/windows R-4.5 surveydown_1.0.1.zip 891.1 KiB
0.11.0 2025-04-20 source/ R- surveydown_0.11.0.tar.gz 587.0 KiB

Dependencies (latest)

Imports

Suggests