CSCI 261 - Programming Concepts - Spring 2020

How To Submit Homework


It is critical that you follow these steps when submitting homework.

If you do not follow these instructions, your assignment will receive a major deduction. Why all the fuss? Because we have several hundred of these assignments to grade, and we use computer tools to automate as much of the process as possible. If you deviate from these instructions, our grading tools will not work. And that makes us very unhappy. And when we're unhappy, we give penalties. Thus, make us happy.


Submission Instructions



Here are step-by-step instructions for submitting your homework properly:
  1. File and folder names are extremely important in this process. Please double-check carefully, to ensure things are named correctly.
    1. The top-level folder of your project must be named Set1
    2. Inside Set1, create 4 sub-folders that are required for this Set. The name of each sub-folder is defined in that Set (e.g. L1A, L1B, L1C, and A1).
    3. Copy your files into the subdirectories ofSet1 (steps 1-2), zip this Set1 folder (steps 3-4), and then submit the zipped file (steps 5-11) to Canvas.
    4. For example, when you zip/submit Set1, there will be 4 sub-folders called L1A, L1B, L1C, and A1 inside the Set1 folder, and each of these sub-folders will have the associated files.

  2. Using Windows Explorer (not to be confused with Internet Explorer), find the file named "main.cpp" located inside the folder for the particular lab or homework assignment you will submit.

    STOP: Are you really sure you are viewing the correct assignment's folder?

  3. Now, for A1, right click on the main.cpp to copy the file. Then, return to the Set1/A1folder and right click to paste the file. In other words, put a copy of your homework's main.cpp source code into the Set1/A1 folder.

    Follow the same steps for L1A, to put a copy of your lab's main.cpp into the Set1/L1A folder. Repeat this process for Set1/L1B, Set1/L1C.

    STOP: Are you sure your Set1 folder now has all your code to submit?

  4. Now, right-click on the "Set1" folder.
    1. In the pop-up menu that opens, move the mouse "Send to..." and expand the sub-menu.
    2. In the sub-menu that opens, select "Compressed (zipped) folder".

    STOP: Are you really sure you are zipping a Set1 folder with sub-folders that each contain a main.cpp file in it?

  5. After the previous step, you should now see a "Set1.zip" file.

  6. Now visit the Canvas page for this course and click the "Assignments" button in the sidebar.

  7. Find Set1, click on it, find the "Submit Assignment" area, and then click the "Choose File" button.

  8. Find the "Set1.zip" file created earlier and click the "Open" button.

    STOP: Are you really sure you are selecting the right homework assignment? Are you double-sure?

  9. WAIT! There's one more super-important step. Click on the blue "Submit Assignment" button to submit your homework.

  10. No, really, make sure you click the "Submit Assignment" button to actually submit your homework. Clicking the "Choose File" button in the previous step kind of makes it feel like you're done, but you must click the Submit button as well! And you must allow the file time to upload before you turn off your computer!

  11. Canvas should say "Submitted!". Click "Submission Details" and you can download the zip file you just submitted. In other words, verify you submitted what you think you submitted!
In summary, you must zip the "Set1" folder and only the "Set1" folder, this zip folder must have several sub-folders, you must name all these folders correctly, you must submit the correct zip file for this homework, and you must click the "Submit Assignment" button. Not doing these steps is like bringing your homework to class but forgetting to hand it in. No concessions will be made for incorrectly submitted work. If you incorrectly submit your homework, we will not be able to give you full credit. And that makes us unhappy.