Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkalupahana/pearson-gradecam
A student test feedback viewing system for Gradecam/Standard Scans Reports (made for Ms. Pearson)
https://github.com/nkalupahana/pearson-gradecam
Last synced: 5 days ago
JSON representation
A student test feedback viewing system for Gradecam/Standard Scans Reports (made for Ms. Pearson)
- Host: GitHub
- URL: https://github.com/nkalupahana/pearson-gradecam
- Owner: nkalupahana
- Created: 2019-12-22T02:09:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T12:05:27.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T23:20:49.511Z (over 1 year ago)
- Language: HTML
- Homepage: https://psychgrade.web.app
- Size: 225 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PGrade
Students in Ms. Pearson's class take tests on GradeCam -- but because the school district is cheap, there's no way for students to view their answers after tests are graded! PGrade provides a simple solution to this, allowing test results to be securely viewed online with minimal effort on the part of the teacher.## Deployment
Deploying this system requires a Google Firebase project upgraded to "Blaze" status (it won't cost any money -- it just requires a connection to an outside authentication provider). Your school must also use the Synergy SIS platform with StudentVUE enabled. This system is designed to work with Gradecam Standard Scan Reports, but any other testing system that outputs in this format (see `sample_data.csv`) will work. Items to switch in code to customize deployment:
- Authentication email in `admin.html`
- Synergy SIS login endpoint in `functions/index.js`
- Project name in `.firebaserc`Enjoy!