An application for collecting and analyzing student surveys that provides course producers an efficient way to track student satisfaction and instructor performance across many concurrently running courses
- Users can create, access, and manage their own courses
- Users can manage other users' access to their courses
- Users can add lessons to their courses and assign users to them
- Users can distribute survey forms to collect lesson feedback
- Student feedback is aggregated and visualized for surveys, lessons, and programs
- Aggregated feedback can be exported to CSV for surveys, lessons, and programs
- Ruby on Rails
To set up the app locally on your own system:
- Fork and clone the project repository
- Install all dependencies locally
bundle install
- Ensure you have PostgreSQL installed and running. Then, to set up your database:
rails db:create rails db:migrate
- Lastly, start up your server and navigate to the indicated port number in your browser:
rails s
- Source code: https://github.com/ga-dc/ga_exit_tickets
- Issue Tracker: https://github.com/ga-dc/ga_exit_tickets/issues