From bce2a17a24df63c912405fd72fc8355f0377e282 Mon Sep 17 00:00:00 2001 From: Daniel Rafailov <74218740+danielrafailov1@users.noreply.github.com> Date: Sun, 14 Jun 2026 22:57:33 -0400 Subject: [PATCH 1/2] Add late submission confirmation details Added section on late submission confirmation and its implications. --- Student-Guide.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Student-Guide.md b/Student-Guide.md index 848c3e6..e168536 100644 --- a/Student-Guide.md +++ b/Student-Guide.md @@ -70,6 +70,14 @@ If you have uploaded one file to submit, you will have the option to rename it. - If you can submit any file you want and the instructor has not requested any, you can rename your file using a textbox. ![Upload Modal Text Input](images/submission-file-upload-modal-textbox.png) +### Late Submission Confirmation + +If you attempt to upload a file or submit a URL through the Submissions file manager after the assignment deadline has passed, and your instructor has configured a late submission policy that applies a mark penalty (manual penalty periods or penalty decay), MarkUs will show a confirmation dialog before your submission is processed. The dialog warns that you are submitting late, that a late penalty will apply, and that the action cannot be undone. You must confirm to proceed; canceling the dialog will stop the submission. + +This confirmation does not appear when submitting through git. + +> :warning: **WARNING** Depending on your instructor's late submission policy, submitting after the deadline may result in a grade penalty. Be sure to review your assignment's late submission policy before confirming a late submission. + ### Submit through version control (git) If your instructor has enable submission through version control you will see a section called "Group repository URL" on the Assignment page. You may use this url to clone your repository for the given assignment. From a36cfb6a5dced00a4970274ac37134c77f6c84ad Mon Sep 17 00:00:00 2001 From: Daniel Rafailov <74218740+danielrafailov1@users.noreply.github.com> Date: Wed, 24 Jun 2026 17:38:46 -0400 Subject: [PATCH 2/2] Update late submission confirmation text Clarified late submission policy details regarding penalties. --- Student-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Student-Guide.md b/Student-Guide.md index e168536..515f219 100644 --- a/Student-Guide.md +++ b/Student-Guide.md @@ -72,7 +72,7 @@ If you have uploaded one file to submit, you will have the option to rename it. ### Late Submission Confirmation -If you attempt to upload a file or submit a URL through the Submissions file manager after the assignment deadline has passed, and your instructor has configured a late submission policy that applies a mark penalty (manual penalty periods or penalty decay), MarkUs will show a confirmation dialog before your submission is processed. The dialog warns that you are submitting late, that a late penalty will apply, and that the action cannot be undone. You must confirm to proceed; canceling the dialog will stop the submission. +If you attempt to upload a file or submit a URL through the Submissions file manager after the assignment deadline has passed, and your instructor has configured a late submission policy, MarkUs will show a confirmation dialog before your submission is processed. The dialog warns that you are submitting late, that a late penalty might apply, and that the action cannot be undone. You must confirm to proceed; canceling the dialog will stop the submission. This confirmation does not appear when submitting through git.