UBC-DSCI / rudaux

LMS + External Tool Workflow Orchestration
https://ubc-dsci.github.io/rudaux
MIT License
7 stars 5 forks source link

Auto-extension rule #157

Open Lourenzutti opened 2 years ago

Lourenzutti commented 2 years ago

Currently, the auto-extension flow checks if the registration date is higher than the assignment[unlock_at], if it is, then, the student gets config.latereg_extension_days days of extension.

Instead, we can consider checking whether reg_date + extension_days > due_date. If it is, we give the student extension, if it isn't, we don't as the student will have at least extension_days days to do the assignment.