Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rattletat/homework-checker
Teaching website with integrated testing and grading of assignments.
https://github.com/rattletat/homework-checker
grading homework lecture testing
Last synced: about 2 months ago
JSON representation
Teaching website with integrated testing and grading of assignments.
- Host: GitHub
- URL: https://github.com/rattletat/homework-checker
- Owner: rattletat
- Created: 2020-10-12T11:59:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T00:30:44.000Z (over 2 years ago)
- Last Synced: 2023-03-09T07:21:26.508Z (almost 2 years ago)
- Topics: grading, homework, lecture, testing
- Language: Python
- Homepage: https://xyz321.de
- Size: 4.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homework Checker
An easy way to organize programming lectures.## Features
- Easy set up using Docker Compose
- Secure execution and automated testing of homework code
- Currently supported: Python, R
- Easily extendible
- Code execution feedback for debugging purposes
- Optional grading status
- Structuring of lectures into lessons and exercises
- Multiple parallel lectures supported
- Addable lecture and lessons file attachments* TODO
+ Two different user models (Student/ Extern) vs. 1 User with two roles
+ better secret management using python-decuple
+ Improved Dashboard (change info, deregister)
+ Statistics
+ Messages
+ Quizzes
+ Improved Error Output
+ Cleaner runner system
+ Shibboleth Support
+ Backup system
+ Ability to link images stored in static files
+ Update scores using a Exercise-Student model and post_save hooks on Submissions
+ Add 1-to-Many relationship to Lectures that limit objects seen in Admin panel
+ Fix permissions for ListViews
+ Fix overwriting issue with two lesson resources with same name