Skip to content

Commit

Permalink
mdl fixes for the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
burrowss committed Apr 28, 2019
1 parent f59de1f commit 0b2be3b
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,18 @@

## A Survey Hosting Tool for Professors

As an alternative to Google Forms or other survey creation sites, this program allows professors to create survey, send it to students to answer, and then dynamically collect the responses. By allowing for the dynamic collection and storing of the responses, professors do not have to repeatedly download the output to run analysis.

In the future, this program will look into supporting uploading surveys as a CSV, as well as providing integration for basic analysis tools.

This [Flask](http://flask.pocoo.org/) based web application allows course instructors to upload a course survey, distribute that survey to their students, and collect their data through a dynamically updated endpoint.
As an alternative to Google Forms or other survey creation sites, this program
allows professors to create survey, send it to students to answer, and then
dynamically collect the responses. By allowing for the dynamic collection and
storing of the responses, professors do not have to repeatedly download the
output to run analysis.

In the future, this program will look into supporting uploading surveys as a
CSV, as well as providing integration for basic analysis tools.

This [Flask](http://flask.pocoo.org/) based web application allows course
instructors to upload a course survey, distribute that survey to their students,
and collect their data through a dynamically updated endpoint.

## Pipenv

Expand Down

0 comments on commit 0b2be3b

Please sign in to comment.