Skip to content

An interface to display questions via browsers stored in a database managed by survey_admin.

Notifications You must be signed in to change notification settings

erdl/survey_display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Survey Display Stories in Ready

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.

Installation

Clone the Github repository and follow the instructions on the wiki.

git clone https://github.com/erdl/survey_display.git

Usage

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.

Documentation

Please see the wiki for the project documentation.

Known Issues

Please see Issues for known bugs and new feature requests.

Contributing

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.

License

Please feel free to use this project code. Code dependencies are still being assessed to decide on a license.