--- loncom/homework/rankresponse.pm 2003/05/16 20:16:18 1.13 +++ loncom/homework/rankresponse.pm 2003/06/06 04:26:44 1.14 @@ -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 @@ sub end_foilgroup { } elsif ( $target eq 'grade') { &grade_response($max,$randomize,$tol); } + } elsif ($target eq 'edit') { + $result=&Apache::edit::end_table(); } return $result; }