User Tools

Site Tools


services:labtest:submit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
services:labtest:submit [2009/06/08 11:08] jasservices:labtest:submit [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-===== Submit Directory Setup ===== 
- 
-The submit command allows students to submit their labtest work for marking. However, its setup for labtest mode differs slightly from the standard submit setup.  
- 
-In order to setup lab submission for labtest, you must complete the following two steps: 
- 
-1.  Create and set permissions on a "submit" directory in your course directory:  
- 
-  mkdir /cs/course/1020/submit 
-  chmod 755 /cs/course/1020/submit  
- 
-2.  Create a lab submission directory inside the "submit" directory and set permissions accordingly:  
- 
-  mkdir /cs/course/1020/submit/lab1 
-  chmod 770 /cs/course/1020/submit/lab1 
-  chgrp labtest /cs/course/1020/submit/lab1 
- 
-The most important point on this page is that the submit directory must be group "labtest" and not group "submit". 
- 
-Students can submit their work like this: 
- 
-  submit 1020 test1 <file1> <file2> <file3> 
--OR- 
-  submit 1020 test1 <dir1>  
- 
-Note: During any labtest session, a student may submit files into ANY labtest directory that has permissions left open for submission. Close the submit permissions at the end of your labtest to ensure that students cannot continue to submit.  Always check the date and time of submissions very carefully.  
- 
-==== submit for Deferred Tests ==== 
- 
-The submit command will only submit files to the current session and  term course directories.  submit always submits to /cs/dept/course.  If you wish to hold a deferred test/exam in say, the summer term for a winter course, you will need to create a temporary symbolic link in /cs/dept/course as follows:  
- 
-<code> 
-  cd /cs/dept/course 
-  ln -s /cs/dept/course_archive/2008-09/W/1020 1020d 
-</code> 
- 
-Now students can submit, but rather than using "1020" as the course name, they will use "1020d" For example: 
- 
-  submit 1020d test1 myfile.java 
  
services/labtest/submit.1244473720.txt.gz · Last modified: 2009/06/08 11:08 by jas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki