--- loncom/homework/radiobuttonresponse.pm 2003/10/24 17:58:55 1.75 +++ loncom/homework/radiobuttonresponse.pm 2003/10/24 18:06:06 1.76 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # mutliple choice style responses # -# $Id: radiobuttonresponse.pm,v 1.75 2003/10/24 17:58:55 sakharuk Exp $ +# $Id: radiobuttonresponse.pm,v 1.76 2003/10/24 18:06:06 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -174,7 +174,7 @@ sub end_foilgroup { } } } - if ($target ne 'answer') {&Apache::lonxml::increment_counter();} + &Apache::lonxml::increment_counter(); return $result; }