timotheeguerin / uniiv

uniiv
4 stars 0 forks source link

Grade Calculator #17

Closed timotheeguerin closed 10 years ago

timotheeguerin commented 10 years ago

Calculate grade in the final the user need to get any grade

Support multiple grading scheme?? Group item percent(All assignment is 15%)

User input an item(assignment, midterm, ...) and it's percent value the final percent

produce the required grade for all letters

timotheeguerin commented 10 years ago

Grading scheme -Grade(single note: midterm)
-Group(ex of assignment) both have a percent

Group also can have condition(take the 5 best)

timotheeguerin commented 10 years ago

Percent -value -belongs to grade -belongs to scheme

Grade -value -belongs to group -has many percent

Group -has many grade -belongs to user -belongs to course

Scheme -belongs to user -belongs to course

timotheeguerin commented 10 years ago

Add support for eatimated curve

timotheeguerin commented 10 years ago

Need styling