https://github.com/jarred-sumner/jantire
Jantire was a digital turn-in box for homework that's graded on completion.
https://github.com/jarred-sumner/jantire
Last synced: 2 months ago
JSON representation
Jantire was a digital turn-in box for homework that's graded on completion.
- Host: GitHub
- URL: https://github.com/jarred-sumner/jantire
- Owner: Jarred-Sumner
- License: wtfpl
- Created: 2011-11-16T23:50:41.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-17T23:16:32.000Z (over 13 years ago)
- Last Synced: 2025-04-17T10:58:26.546Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 1.05 MB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Jantire was a digital turn-in box for homework that's graded on completion.
I'm not working on it anymore.
Feel free to do whatever you want with it.
Beware, I didn't write any tests and there are several UX issues.
How to get it working:
1. Register for an account at Scribd with an API key (http://www.scribd.com/developers).
2. Place the login information and API key in Rails.root/config/initializers/rscribd.rb
3. If you have an S3 account and buckets set them up in config/s3.ymlBy default all accounts are student accounts.
Teacher accounts are instances of the User model with the 'teacher' attribute set to true.