Grading a submission with an extension (penalty) sets submittedAt and lastSavedAt before original deadline, leading to confusion
When using the feature that allows for submission after the deadline at the cost of a penalty (extension), grading an assignment calls the function
Submitted by Max on 18 June 2025 at 14:31administrativeSubmit(ontime : Bool)
. ThisadministrativeSubmit
sets the submittedAt and lastSavedAt before the original deadline, leading to a confusing timestamp when the student created revisions after the deadline but the lastSavedAt is before the deadline.
Issue Log
On 18 June 2025 at 16:41 Elmer van Chastelet tagged 1.48.0
On 18 June 2025 at 16:41 Elmer van Chastelet removed tag 1.50.0
Log in to post comments