CodeGrade / bottlenose

CS assignment / grade mangement system
GNU Affero General Public License v3.0
38 stars 21 forks source link

Issue with the grade so far function #111

Closed anonymous513 closed 5 years ago

anonymous513 commented 5 years ago

grades_li

Maybe its my imagination but the grade so far function doesn't seem to function as intended, looks like it included ungraded items that are not past their deadline? I also have very little Github experience so I'm sure there are better ways to go about this but oh well

blerner commented 5 years ago

Thanks for reporting :) This is working as intended, but to be fair, Grade so far is a tricky estimate. If you have an assignment that you haven't submitted to yet, but whose deadline is in the future, it assumes you'll get a zero on it (because you haven't submitted yet, we assume that you just won't actually submit). If you have an assignment that you've submitted to that isn't graded yet, it assumes you'll get 100% (because we're optimistic).

johnc1231 commented 5 years ago

Why not just have grade so far be based solely on graded and published things?

blerner commented 5 years ago

We tried that, your year of OOD. No one liked it, because it didn't update in response to submitted homeworks, and people complained that "it was broken".