Using Turnin

Turnin Usage

Using Turnin

  • When a file is turned in, an email is sent to the class account with one of three responses: on time, late, or rejected.

  • Turnin then copies the file to a folder in class/hw_turnins/turnin/asname/username , where asname is the assignment name and username is the username.

  • Turnin also adds a file with the date and time of the turnin to this directory.

How a Student uses Turnin

  1. For the students to turnin one of their files, they must be logged into shell.ece.arizona.edu via telnet or ssh.  They will have to know both the class account name and the name of the assignment.  They must also be in the directory of the file that they wish to turnin.

  2. Type the turnin command with the following format:

                turnin classaccountname assignmentname filename
    (The filename can also be a list of files separated by spaces.)

  3. For example, if a student in ece274 (assuming ece274 is the account name) wanted to turn in lab7 which he has saved as MuxLab.txt

                turnin ece274 lab7 MuxLab.txt

    Or, for example, if a student in ece220 (again, account name) wanted to turn in hw5 which was 2 files, source.c and a.out :

                turnin ece220 hw5 source.c a.out