We have a system on the SUN workstations which allows students to turn in
assignments to their T.A. Its consists  of 2 programs: project, turnin

Both are located in /usr/local/bin and all the unix accounts are configured
to use this path. The project/turnin program can only be run on oscar or the lab 

machines.


project: To be used by the instructor/TA.
	 This program allows you to start and shut off submissions for
	 a specific assigment. To get more info check the man page by
	 typing "man project" or type "project -h".

	 Example: Say you are the TA for cs 270 and you want to allow
	 students to turn in their first programming assigment which we will
	 call "project1".
		 
	  1. Log into the "i270" account. 
		 (TA accounts are in the form "iXXX", where XXX is the course
		 number)

	  2. To start submission type: "project -c cs270 -e project1"
	 This is create a directory called "submit/project1" in your
	 home directory and will start allowing students to submit
	 their assignments via "turnin". 
			 
	 Also it will make "project1" the default assignments, 
	 ie. Files will automatically be submitted into "project1" 
	 if a  student does not specify an assignment name while 
	 using "turnin".
	
	 3. To shut off submission to "project1" in "cs270" type:
	"project -c cs270 -d project1"

	 4. To check the status of the projects type: "project -o".


turnin: Used by students to turn in assigments.
		

	To list info on cs270 type: "turnin -c cs270 -l"

	To submit files for "cs270", project name:"project1", type
	"turnin -c cs270 -p project1 fname1 fname2".

	for more info type "man turnin" or "turnin -h"

	Note: If a student resubmits a file, the previous version
	WILL BE DELETED from the submission directory.

All submitted files are stored in the instructors/TA home directory under
submit/project_name/user_name, where project_name is the name of the
project and user_name is the name of the user who submitted something.

The user_name file is a tar file and may or may not be compressed.

If you have any questions please send Email to support@cs.uic.edu