Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zmitchell/clicker
A program for grading in-class polls
https://github.com/zmitchell/clicker
grading gtk rust
Last synced: 3 days ago
JSON representation
A program for grading in-class polls
- Host: GitHub
- URL: https://github.com/zmitchell/clicker
- Owner: zmitchell
- License: mit
- Created: 2018-01-06T19:25:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T02:31:07.000Z (about 7 years ago)
- Last Synced: 2024-11-10T07:24:08.600Z (2 months ago)
- Topics: grading, gtk, rust
- Language: Rust
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clicker - Grade student responses with Rust
Teachers in higher education are able to poll students in real-time using dedicated software and hardware. A teacher may present a question on a board, projector, etc, open a poll, and ask the students to submit an answer. Students respond using remotes, and a base station in the classroom records the responses. The responses are saved and later graded using compatible software. The remotes, base station, polling software, and grading software are typically all provided by the same company.
The courses I teach all use the iClicker polling and grading software. The grading software doesn't always mesh well with the structure of the course I teach, so I've started working on my own solution.
# Goals
The goals of this project are as follows:
* Allow several sections of a course to be graded with one set of answers
* Reduce the overall friction of the grading process
* Quickly and easily generate text files for uploading to a gradebook# Legal Stuff
* License: MIT License
* This project is in no way affiliated with iClicker or Macmillan Learning