--- loncom/homework/radiobuttonresponse.pm	2003/09/22 20:49:01	1.73
+++ loncom/homework/radiobuttonresponse.pm	2003/10/24 17:58:55	1.75
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # mutliple choice style responses
 #
-# $Id: radiobuttonresponse.pm,v 1.73 2003/09/22 20:49:01 albertel Exp $
+# $Id: radiobuttonresponse.pm,v 1.75 2003/10/24 17:58:55 sakharuk Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -174,7 +174,7 @@ sub end_foilgroup {
       }
     }
   }
-  &Apache::lonxml::increment_counter();
+  if ($target ne 'answer') {&Apache::lonxml::increment_counter();}
   return $result;
 }
 
@@ -371,7 +371,6 @@ sub displayfoils {
   my ($answer,@whichfoils)=&whichfoils($max,$randomize);
   my $part=$Apache::inputtags::part;
   my $solved=$Apache::lonhomework::history{"resource.$part.solved"};
-  my $status=$Apache::inputtags::status[-1];
   if ( ($target ne 'tex') &&
        &Apache::response::show_answer() ) {
     foreach my $name (@whichfoils) {