Turnin and getgrade CS 100x Turnin and Getgrade

Turnin

You may turn in your files electronically from any of one the CCC machines by issuing the command:
	/cs/bin/turnin submit cs100x 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 cs100x hw1 Rainfall.java  . . .

Checking your files

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

Checking grades

When your grades are available you may check them by issuing the command:
	/cs/bin/turnin getgrade cs100x 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 100x]CS 100x Home Page

[CS] WPI CS Home Page

[WPI] WPI Home Page 


CS 100x Staff (cs100x_ta@cs.wpi.edu)
©1999 Michael A. Gennert