Long ago, the grant_extension method was added to the gradebook following #660—however, no API handler or user interface utilized this functionality.
In this PR, a new modal has been introduced to the “Manage Submissions” view in FormGrader, allowing viewing and granting individual extensions to auto-graded submissions.
As mentioned, the modal opens only for the auto-graded submissions. This limitation is an attempt to minimize the changes to the existing API.
Long ago, the
grant_extension
method was added to the gradebook following #660—however, no API handler or user interface utilized this functionality.In this PR, a new modal has been introduced to the “Manage Submissions” view in FormGrader, allowing viewing and granting individual extensions to auto-graded submissions.
As mentioned, the modal opens only for the auto-graded submissions. This limitation is an attempt to minimize the changes to the existing API.