An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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. |