--- loncom/homework/rankresponse.pm 2005/12/06 10:13:46 1.49 +++ loncom/homework/rankresponse.pm 2007/02/22 01:25:31 1.50 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # rank style response # -# $Id: rankresponse.pm,v 1.49 2005/12/06 10:13:46 albertel Exp $ +# $Id: rankresponse.pm,v 1.50 2007/02/22 01:25:31 albertel Exp $ # Copyright Michigan State University Board of Trustees # # This file is part of the LearningOnline Network with CAPA (LON-CAPA). @@ -105,6 +105,7 @@ sub end_foilgroup { if (!defined($tol)) { $tol=0; } if ($target eq 'web' || $target eq 'tex') { $result=&displayfoils($target,$max,$randomize,$tol); + $Apache::lonxml::post_evaluate=0; } elsif ($target eq 'answer' ) { $result=&displayanswers($max,$randomize,$tol); } elsif ( $target eq 'grade') {