--- loncom/homework/radiobuttonresponse.pm 2003/04/04 23:37:04 1.66 +++ loncom/homework/radiobuttonresponse.pm 2003/04/07 22:28:08 1.67 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # mutliple choice style responses # -# $Id: radiobuttonresponse.pm,v 1.66 2003/04/04 23:37:04 albertel Exp $ +# $Id: radiobuttonresponse.pm,v 1.67 2003/04/07 22:28:08 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -169,9 +169,7 @@ sub end_foilgroup { } } } - if ($target eq 'tex' && $Apache::lonhomework::type eq 'exam') { - &Apache::lonxml::increment_counter(); - } + &Apache::lonxml::increment_counter(); return $result; }