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

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 06 Jun 2003 04:26:45 -0000


albertel		Fri Jun  6 00:26:45 2003 EDT

  Modified files:              
    /loncom/homework	rankresponse.pm 
  Log:
  - looks prettier this way
  
  
Index: loncom/homework/rankresponse.pm
diff -u loncom/homework/rankresponse.pm:1.13 loncom/homework/rankresponse.pm:1.14
--- loncom/homework/rankresponse.pm:1.13	Fri May 16 16:16:18 2003
+++ loncom/homework/rankresponse.pm	Fri Jun  6 00:26:44 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # rank style response
 #
-# $Id: rankresponse.pm,v 1.13 2003/05/16 20:16:18 albertel Exp $
+# $Id: rankresponse.pm,v 1.14 2003/06/06 04:26:44 albertel Exp $
 # Copyright Michigan State University Board of Trustees
 #
 # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
@@ -104,6 +104,8 @@
 	} elsif ( $target eq 'grade') {
 	    &grade_response($max,$randomize,$tol);
 	}
+    } elsif ($target eq 'edit') {
+	$result=&Apache::edit::end_table();
     }
     return $result;
 }