Difference between revisions of "Handin"

From Computer Science
Jump to: navigation, search
(The handin program)
(The handin program)
Line 7: Line 7:
  
 
=== Checking Out an Assignment ===
 
=== Checking Out an Assignment ===
 +
Assignments can be copied to your directory using the <big>-C</big> or <big>--checkout</big> option followed by the name of the assignment, i.e.
 +
 +
<big>handin -C h4</big>
 +
 +
would copy the h4 assignment directory to your account.
 +
  
 
=== Submitting Your Assignments ===
 
=== Submitting Your Assignments ===

Revision as of 18:06, 12 January 2020

The handin program

Handin is a program for checking out and handing in assignments.

Displaying Outstanding Assignments

By itself, executing handin with no additional command line parameters will display all the class assignments and their due dates. It will also display the last time a specific assignment was submitted, so that you can check your submissions.


Checking Out an Assignment

Assignments can be copied to your directory using the -C or --checkout option followed by the name of the assignment, i.e.

handin -C h4

would copy the h4 assignment directory to your account.


Submitting Your Assignments

Grading Notes

Checking Your Work With --hwcheck