--- loncom/homework/radiobuttonresponse.pm	2001/08/06 20:33:23	1.22
+++ loncom/homework/radiobuttonresponse.pm	2001/08/13 20:51:39	1.23
@@ -48,7 +48,7 @@ sub end_foilgroup {
   my ($target,$token,$tagstack,$parstack,$parser,$safeeval,$style)=@_;
   
   my $result;
-  if ($target ne 'meta') {
+  if ($target eq 'grade' || $target eq 'web') {
     my $style = &Apache::lonxml::get_param('style',$parstack,$safeeval,'-2');
     if ( $style eq 'survey' ) {
       if ($target eq 'web') {