--- loncom/homework/optionresponse.pm 2004/03/15 22:09:52 1.104 +++ loncom/homework/optionresponse.pm 2004/03/25 16:55:16 1.105 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # option list style responses # -# $Id: optionresponse.pm,v 1.104 2004/03/15 22:09:52 albertel Exp $ +# $Id: optionresponse.pm,v 1.105 2004/03/25 16:55:16 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -530,7 +530,10 @@ sub start_foil { my ($target,$token,$tagstack,$parstack,$parser,$safeeval,$style)=@_; my $result=''; if ($target eq 'web' || $target eq 'tex' || $target eq 'analyze' ) { - &Apache::lonxml::startredirection; + &Apache::lonxml::startredirection; + if ($target eq 'analyze') { + &Apache::response::check_if_computed($token,$parstack,$safeeval,'value'); + } } elsif ($target eq 'edit') { $result=&Apache::edit::tag_start($target,$token,"Foil"); my $level='-2';