Open Source Voting Software
Find a file
2017-04-21 00:48:36 -04:00
.settings controller initial commit 2017-02-04 03:39:32 -05:00
builds Removed unused files and formatted with Ctrl+Shift+F 2017-04-21 00:48:36 -04:00
docs Lots of commenting and Docs 2017-04-12 10:50:23 -04:00
lib Cleaned up the repo a bit 2017-03-31 10:13:27 -04:00
pics Build .jar Final 2017-04-12 12:07:24 -04:00
src Removed unused files and formatted with Ctrl+Shift+F 2017-04-21 00:48:36 -04:00
.classpath Build 1.0.2 2017-04-14 11:42:30 -04:00
.gitignore Fixed classpath 2017-03-23 11:58:17 -04:00
.project controller initial commit 2017-02-04 03:39:32 -05:00
README.md Update README.md 2017-04-12 13:06:24 -04:00
Session.csv Added help menu and link to user docs. Removed unused imports and class fields 2017-04-14 11:34:44 -04:00
Thumbs.db ic launcher 2017-04-12 11:40:11 -04:00
voto_icon.png Cleaned up repo 2017-04-12 12:26:29 -04:00

VOTO-DESKTOP

Created in conjunction with Voto-Android

About

Created in conjunction with Voto-Android, this project targets the classroom environment. It is designed to both replace and improve the current "Clicker" solutions for attendance and mass-voting in large lectures, today.

Teachers

This software allows for teachers and professors to create their own "Sessions" (a series of questions) that are sent their students to vote upon. This can be used to poll questions on previous assignments or questions during class to see how well the student body is absorbing the lecture.

Teachers and Professors will be able to view live voting data for the current question being answered, as well as previous voting data for questions that already have been answered. Along with this they can view a list of their clients and see which individual client is answering.

Upon completion of a session, the data is exported into a .csv file for future reference of the Teachers and Professors.

Students

Students will be able to use the Voto-Android application to communicate their votes within the classroom environment. Currently this project is only developed on Android.

Students will connect to the host based on the IP, and can either supply a unique ID of their choosing or none-at-all.

Once connected, students will be able to see the current question live on their device (this will change as the teacher changes the question) and will be able to vote A-E on each.

Documentation