AcademicsToday / academicstoday-django

A open-source platform for online course-based learning and education.
http://academicstoday.io
Apache License 2.0
208 stars 97 forks source link

Coursework "Worth" #34

Closed bartmika closed 9 years ago

bartmika commented 9 years ago

To help finish issue #20, we need to mark the course per student. Problem is every teacher/professor has different interpretation of what some assignments/exams are worth. Therefore add 'worth' field to Exam/Assignment/Quiz and find some calculation verifier to make sure they all add up to 100%.

This needs to be done before we start issue #20.