CodeGrade / bottlenose

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

Generalize "Limited Number" lateness policy #109

Open blerner opened 5 years ago

blerner commented 5 years ago

The current policy is "Allow up to M late days per assignment, up to N days per course."

This allows for up to N late assignments. At least one course would like a different policy, which could be considered as a generalization of this one: "Allow up to M late days per assignment, on up to N assignments per course."

Not sure how to handle this compositionally, or how it handles teams...