--- loncom/homework/optionresponse.pm 2007/01/17 10:46:13 1.136 +++ loncom/homework/optionresponse.pm 2007/02/22 01:25:31 1.137 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # option list style responses # -# $Id: optionresponse.pm,v 1.136 2007/01/17 10:46:13 foxr Exp $ +# $Id: optionresponse.pm,v 1.137 2007/02/22 01:25:31 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -183,6 +183,7 @@ sub end_foilgroup { $safeeval,'-2'); if ($target eq 'web' || $target eq 'tex') { $result.=&displayfoils($target,$max,$randomize,$TeXlayout,@opt); + $Apache::lonxml::post_evaluate=0; } elsif ( $target eq 'answer') { $result.=&displayanswers($max,$randomize,@opt);