Handin

From Computer Science
Revision as of 18:06, 12 January 2020 by Root (talk | contribs) (The handin program)
Jump to: navigation, search

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