Assignment Submission & Grade Lookup


The README File

Every assignment submission should be accompanied by a README file. Be sure that the file is named README! Computers are very picky; readme, README.TXT, readme.cpp are not acceptable names. The README file should contain the following information:


How to Submit Assignments: Step-by-step Instructions

Homework must be submitted from your grove class account. When you submit your homework assignments for grading you will need to gather all the source files together and create a README (described above).

  1. Login to your grove class account.
  2. If you haven't already created a directory to store the home work files in, then in your home directory, create a subdirectory with the name hw?? where the ?? are replaced with the assignment number. The commands to do this are:

    cd ~
    mkdir hw?? <-- Replace ?? with the assignment number!

    Here are some examples of wrong and right directory names:

      WRONG       RIGHT   WHY
      ==========  =====   =================================
      hw1         hw01    assignments numbers have 2 digits
      homework08  hw08    use the abbreviation `hw`
      HW12        hw12    use lowercase
    
  3. If you haven't already done so, create a file named README, as described in the previous section.
  4. Put all the program source files and the README file in the hw?? directory. That means you'll need to ftp them to your grove account if you haven't already done so. Click here for Dave's First FTP Primer or "How to Move Files from CIRCA PC's to Grove"
  5. If you are not in your home directory, move there now (type at the prompt cd ~).
  6. At the prompt, type submit hw??, where the ?? are replaced with the assignment number.
  7. The submit program will show you the names of all the files submitted.
Note: if you make multiple submissions of the same assignment, only the most recent submission will be saved.


How to Verify Program Submissions

As mentioned above, when you submit your homework, you will see a list of files, confirming that they were received. If for some reason you want to verify that that you (or one of your group memembers) submitted an assignment, there is a special command that diplays the list of files last submitted by a particular person and the time s/he submitted them.

check assignment submitter's_userid

So, for instance, to verify that c3020box submitted hw97, you would type at the prompt:

check hw97 c3020box

Note: the command will only permit you to check for submission by members of your assigned group.


Additional Help Topics

Click here for Dave's Helpful Unix Tips.

Click here for Dave's First FTP Primer or "How to Move Files from CIRCA PC's to Grove"


This document and all images contained therein are original works
Copyright © 1997 by David Theodore Small
All rights reserved

Dave -=TiGrr=- Small
dts@cis.ufl.edu
$Id$