[LON-CAPA-cvs] cvs: loncom /homework bridgetask.pm

albertel lon-capa-cvs@mail.lon-capa.org
Mon, 15 Aug 2005 19:41:19 -0000


albertel		Mon Aug 15 15:41:19 2005 EDT

  Modified files:              
    /loncom/homework	bridgetask.pm 
  Log:
  - removing misleading and fixed FIXME
  
  
Index: loncom/homework/bridgetask.pm
diff -u loncom/homework/bridgetask.pm:1.40 loncom/homework/bridgetask.pm:1.41
--- loncom/homework/bridgetask.pm:1.40	Mon Aug 15 15:36:21 2005
+++ loncom/homework/bridgetask.pm	Mon Aug 15 15:41:16 2005
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # definition of tags that give a structure to a document
 #
-# $Id: bridgetask.pm,v 1.40 2005/08/15 19:36:21 albertel Exp $
+# $Id: bridgetask.pm,v 1.41 2005/08/15 19:41:16 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -285,14 +285,7 @@
 		}
 	    } elsif ($target eq 'grade' && !$env{'form.webgrade'}) {
 		if ($status eq 'NEEDS_CHECKIN') {
-		    if (&proctor_check_auth($slot_name,$slot)) {
-			# FIXME immeadiatly add this to the grading queue
-                        #      with slot->{'endtime'} for when grading can 
-                        #      begin on this resource
-			# FIXME I think the above is done by default,
-                        #        need to check that
-                        #        failure doesn't do this.
- 		    }
+		    &proctor_check_auth($slot_name,$slot);
 		}
 	    }
 	} elsif ($target eq 'web') {