Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.69 KB

canvas-submission.md

File metadata and controls

31 lines (16 loc) · 1.69 KB

<< Back to Assignments

CPEN322 Assignment Submission Instructions

The following instructions apply to all the programming assignments in this course:

  1. After an assignment is released, you can find the link to the assignment on your Canvas course page as shown in the screenshot below. It will appear in the "To Do List" on the right side of the screen as shown in box #2. You can also find them in the "Assignments" menu shown in box #1. Click on the link.

canvas-submission-0.png

  1. Click the "Submit Assignment" button.

canvas-submission-1.png

  1. You will see a text box like the one shown below.

canvas-submission-2.png

  1. Navigate to the commit history page in your project repository to find the commit hash. You can find the link to the commits as shown below.

canvas-submission-3.png

  1. Copy the hash of the commit you wish to submit by clicking on the clipboard icon as shown in the screenshot.

canvas-submission-4.png

  1. Paste it into the text box in the submission page and then click "Submit Assignment". Make sure there are no other characters such as whitespaces (e.g., \n, \t).

canvas-submission-5.png

  1. You can re-submit your assignment (e.g., in case you copied the wrong hash) as long as the submission link is still active. We will only consider the final submission.