TurninCS 1006 Turnin

Turnin

You may turn in your files electronically from any of one the CCC machines by issuing the command:
	/cs/bin/turnin submit cs1006 project files ...
where project is one of hw1, hw2, hw3 ... and files ... is a list of files you wish to turn in.

For the first programming assignment, you might do something like:

	/cs/bin/turnin submit cs1006 hw1 Scheme.java  . . .

Checking your files

You may verify which files you have already turned in by issuing the command:
	/cs/bin/turnin verify cs1006 project 
as in
	/cs/bin/turnin list cs1006 hw1

Checking grades

When your grades are available you may check them by issuing the command:
	/cs/bin/turnin getgrade cs1006 project
Replace [project] with the name of the appropriate turnin project such as hw1, hw2, etc.

Turnin trouble

What to do if you have trouble getting turnin to work.

The CS Department maintains a page with additional general information on turnin and related programs.


[CS 1006] CS 1006 Home Page

[CS] WPI CS Home Page

[WPI] WPI Home Page


CS 1006 Staff (cs1006_ta@cs.wpi.edu)
©2000 Michael A. Gennert