Skip to main content

A secure CLI classroom polling system

Project description

Classroom Voter

Classroom Voter is a secure LAN based polling system, similar to iClicker, which allows teachers to administer live polls. To start a poll, the teacher simply has to run the host program on their local machine. To join, students run the client program and enter the teachers IP address. Students can respond to questions via clients on their machines.

Traffic is sent over HTTP on the local network. The system provides instructors with the ability to take polls while providing controllable levels of anonymity for students. For example, a teacher might make one question anonymized so that their view of the poll results just shows the number of students who voted for each option. Another poll might be transparent, and the instructor can see which participant voted for which option.

Installation

Automatic

This package is distributed via TestPyPI (Test, since the project is still in beta). The latest version can be installed via pip:

pip3 install --index-url https://test.pypi.org/simple classroom-voter-harrismcc

Manual

Linux/OSX

From the latest release, download the file that looks like classroom_voter_harrismcc-VERSION.tar.gz. Next, use pip to install with the following command (making sure that the directory with the .tar.gz file is the active directoy):

pip install classroom_voter_harrismcc-VERSION.tar.gz`

Windows

From the latest release, download the file that looks like classroom_voter_harrismcc-VERSION.whl. Next, use pip to install with the following command (making sure that the directory with the .tar.gz file is the active directoy):

pip install classroom_voter_harrismcc-VERSION.whl`

or

python -m pip install classroom_voter_harrismcc-VERSION.whl

Usage

After classroom voter is install, it can be run via the command line. To login as a student or professor, run

python -m classroom_voter.login

This will prompt you first for the ip address and port of the server (given to you by the professor/ system admin), and then for your username and password (check your email)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

classroom-voter-2.0.8b177.tar.gz (27.0 kB view hashes)

Uploaded Source

Built Distribution

classroom_voter-2.0.8b177-py3-none-any.whl (32.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page