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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file classroom-voter-2.0.8b177.tar.gz
.
File metadata
- Download URL: classroom-voter-2.0.8b177.tar.gz
- Upload date:
- Size: 27.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.22.0 setuptools/50.3.2 requests-toolbelt/0.8.0 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 306246bf29b8c80e9378a041c61c65fe8607862da31ce997466578407a922d01 |
|
MD5 | 46461cc76d1dec274262474e3a2a1ee6 |
|
BLAKE2b-256 | c38c6190794e15b9404fb4441e271767e69811e08a9932bf603a378303b07c86 |
File details
Details for the file classroom_voter-2.0.8b177-py3-none-any.whl
.
File metadata
- Download URL: classroom_voter-2.0.8b177-py3-none-any.whl
- Upload date:
- Size: 32.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.22.0 setuptools/50.3.2 requests-toolbelt/0.8.0 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 750ad2307f6825a5e27a25e89768b9fab4dda23c6d3b4fc63181c012fbf94525 |
|
MD5 | 6a7aafe0c5cd0977acd9ffd08bade934 |
|
BLAKE2b-256 | bfb34fd4d051ecb35583d13ec8e9a0684d659b21d46f71702532000b65c966fb |