Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Student-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, 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.

> :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.
Expand Down