https://github.com/surveydown-dev/demos
A collection of demo surveys showcasing capabilities of surveydown
https://github.com/surveydown-dev/demos
Last synced: 7 months ago
JSON representation
A collection of demo surveys showcasing capabilities of surveydown
- Host: GitHub
- URL: https://github.com/surveydown-dev/demos
- Owner: surveydown-dev
- Created: 2024-11-26T16:44:31.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T17:09:56.000Z (7 months ago)
- Last Synced: 2024-11-26T17:36:57.024Z (7 months ago)
- Language: R
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - surveydown-dev/demos - A collection of demo surveys showcasing capabilities of surveydown (R)
README
# Demo Surveys
A collection of demo surveys showcasing different capabilities of surveydown.
Brief description of each demo:
| Folder | Description |
|--------|-------------|
| question-types | A demo of all the [question types](https://surveydown.org/question-types.html) currently supported by surveydown. |
| show-if | A demo of how to implement [conditional display](https://surveydown.org/conditional-control.html#conditional-display) (showing a question based on a previous response). |
| skip-if | A demo of how to implement [conditional skipping](https://surveydown.org/conditional-control.html#conditional-skipping) (skipping to a page based on a previous response). |
| conjoint-buttons | A demo of a choice-based conjoint survey using a button layout for the choice questions. |
| conjoint-table | A demo of a choice-based conjoint survey using a table layout for the choice questions. |
| randomized-question-labels | A demo of how to implement [randomized question labels](https://surveydown.org/reactivity.html#randomizing-question-labels). |
| randomized-question-labels-predefined | A demo of how to implement randomized question labels using [predefined random labels](https://surveydown.org/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. |