https://github.com/jacobious52/addsfeedback
Web app to perform quick marking of students for an algorithms course
https://github.com/jacobious52/addsfeedback
Last synced: 2 months ago
JSON representation
Web app to perform quick marking of students for an algorithms course
- Host: GitHub
- URL: https://github.com/jacobious52/addsfeedback
- Owner: Jacobious52
- Created: 2017-08-16T16:11:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T14:00:04.000Z (over 8 years ago)
- Last Synced: 2025-03-11T16:33:53.843Z (over 1 year ago)
- Language: Go
- Homepage: https://addsfeedback.herokuapp.com/
- Size: 66.4 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# addsfeedback
Web app to perform quick marking of students for an algorithms course
- Server written from scratch with Go standard libraries
- Json model file for feedback, for easy extensibilty
- Weekly statistics logged and saved to a private gist to avoid losing data on the free Heroku tier
- Uses Google's github api for api interface to gist
- Published and intergrated with heroku