--- loncom/homework/imageresponse.pm 2006/11/06 23:44:42 1.80 +++ loncom/homework/imageresponse.pm 2007/02/22 01:25:31 1.81 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # image click response style # -# $Id: imageresponse.pm,v 1.80 2006/11/06 23:44:42 foxr Exp $ +# $Id: imageresponse.pm,v 1.81 2007/02/22 01:25:31 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -346,6 +346,7 @@ sub end_foilgroup { if ($target eq 'web' || $target eq 'tex') { $result=&displayfoils($target,@whichopt); + $Apache::lonxml::post_evaluate=0; } elsif ($target eq 'grade') { if ( defined $env{'form.submitted'}) { &gradefoils(@whichopt); } } elsif ( $target eq 'analyze') {