To Documents

Guidelines for IT 212 Project Submissions

  1. Late Penalties.  10 points per day. No project will be accepted more than 10 days late.
  2. Submit projects on D2L. All projects must be submitted on D2L; no projects will be accepted via email.
  3. Keep backup copies of all assignments.   The late penalty will not be waived if you lose an assignment or your computer crashes.
  4. Projects cannot be resubmitted.
  5. Submitted files must have standardized names.   Project files must contain the project name and your name.
    1. If your submission consists of only one file, use the file extension .py. Example filename: proj1smith.py.
    2. If your submission consists of multiple files, place them in a folder named proj3smith (replace smith by your last name), and create a zip file named proj3smith.zip.
  6. Submitted files contain a header.   Submitted files must contain a header with comments containing your name, the name of the project, the due date, and the submission date at the top. For example:
    Stan Smith
    Project 1
    Due Date: Jan 16
    Submission Date: Jan 14
    
  7. There is a maximum penalty of 10% for submissions that do follow the preceding specifications.
  8. Include source code comments in your submission. Comments count 10% of the project score.
  9. Check your submission.   Double check that you have submitted the correct document for your project. Submitting the wrong document is not a reason to waive the late penalty.