--- loncom/homework/radiobuttonresponse.pm 2004/10/04 17:41:01 1.94 +++ loncom/homework/radiobuttonresponse.pm 2004/10/07 20:28:30 1.95 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # mutliple choice style responses # -# $Id: radiobuttonresponse.pm,v 1.94 2004/10/04 17:41:01 matthew Exp $ +# $Id: radiobuttonresponse.pm,v 1.95 2004/10/07 20:28:30 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -562,6 +562,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); $result.=&Apache::edit::text_arg('Name:','name',$token);