--- loncom/homework/radiobuttonresponse.pm 2001/06/02 03:59:59 1.20 +++ 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') {