Survey Display is a minimal flask and elm application hooked to a Postgres database to conduct surveys. Contrary to most survey apps, it can store responses in memory locally in the browser as responses are submitted, until the connection is recovered and all responses are submitted together to the remote server.
Clone the Github repository and follow the instructions on the wiki.
git clone https://github.com/erdl/survey_display.git
Create questions and responses on the database, and survey_display will serve them as different URLs. For a GUI interface to adding questions, and surveys, see survey_admin project.
Please see the wiki for the project documentation.
Please see Issues for known bugs and new feature requests.
A CONTRIBUTING.md will be updated soon. Currently, the project is maintained by ERDL. Feel free to open an issue if you are interested in contributing.
Please feel free to use this project code. Code dependencies are still being assessed to decide on a license.