--- loncom/homework/radiobuttonresponse.pm 2003/10/13 19:25:30 1.74 +++ 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.74 2003/10/13 19:25:30 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; }