--- loncom/homework/rankresponse.pm 2004/09/09 18:34:29 1.38 +++ loncom/homework/rankresponse.pm 2004/10/07 20:28:30 1.39 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # rank style response # -# $Id: rankresponse.pm,v 1.38 2004/09/09 18:34:29 albertel Exp $ +# $Id: rankresponse.pm,v 1.39 2004/10/07 20:28:30 albertel Exp $ # Copyright Michigan State University Board of Trustees # # This file is part of the LearningOnline Network with CAPA (LON-CAPA). @@ -376,6 +376,9 @@ sub start_foil { my $result=''; if ($target eq 'web' || $target eq 'tex' || $target eq 'analyze') { &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';