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 deduct. 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.

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 can be named anything you like, but it should be something meaningful to yourself so you will be able to find it later (e.g., HW01).
    2. Inside this top-level folder, create a folder named weekXX, where XX=01 for Homework 01 assignment, etc..
    3. Inside weekXX, create the number of sub-folders that are required for that week's assignment. The name of each sub-folder is defined in that week's homework assignment (e.g., Lab01 and HW01).
    4. Copy your program solutions into the subdirectories of weekXX (steps 1-2), zip this weekXX folder (steps 3-4), and then submit the zipped file (steps 5-11) to Blackboard.
    5. For example, when you zip/submit Homework 01, there will be two sub-folders called Lab01 and HW01 inside the week01 folder, and each of these sub-folders will have a file called main.cpp.

  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. For example, find main.cpp in your Z:\CSCI261\Homework01\Homework01\ folder.

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

  3. Now, for Homework 01 (as an example), right click on the main.cpp to copy the file. Then, return to the week01/HW01 folder and right click to paste the file. In other words, put a copy of your homework's solution into the week01/HW01 folder.

    Follow the same steps for Lab 01, to put a copy of your lab's main.cpp into the week01/Lab01 folder.

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

  4. Now, right-click on the "weekXX" 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 weekXX folder with sub-folders that each contain a main.cpp file in it?

  5. After the previous step, you should now see a "weekXX.zip" file. (If you do not see the ".zip" file extension, you did not adjust your windows configuration properly. Do so now.)

  6. Now visit the Blackboard page for this course and click the "Content" button in the sidebar.
  7. Find the relevant assignment, click on it, find the "Attach file" area, and then click the "Browse My Computer" button.
  8. Find the "weekXX.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" button to submit your homework.
  10. No, really, make sure you click the "Submit" button to actually submit your homework. Clicking the "Open" 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. Blackboard should say "This assignment is complete. Click OK to review the results.". Click "OK" and view the files within the zip file you submitted. In other words, verify you submitted what you think you submitted!

In summary, you must zip the "weekXX" folder and only the "weekXX" folder, this zip folder must have several sub-folders, you must name all these folders correctly, you must submit the correct zip file for each homework, and you must click the "Submit" 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.