--- loncom/homework/radiobuttonresponse.pm 2007/08/29 13:40:18 1.127 +++ loncom/homework/radiobuttonresponse.pm 2007/10/08 09:22:50 1.128 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # mutliple choice style responses # -# $Id: radiobuttonresponse.pm,v 1.127 2007/08/29 13:40:18 albertel Exp $ +# $Id: radiobuttonresponse.pm,v 1.128 2007/10/08 09:22:50 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -259,9 +259,13 @@ sub end_foilgroup { &Apache::response::setup_prior_tries_hash(\&format_prior_answer, [\%Apache::response::foilgroup]); } - $bubble_lines = &bubble_line_count($answer_count, $bubbles_per_line); &Apache::response::poprandomnumber(); - &Apache::lonxml::increment_counter($bubble_lines); + $bubble_lines = &bubble_line_count($answer_count, $bubbles_per_line); + &Apache::lonxml::increment_counter($bubble_lines, + $id); + if ($target eq 'analyze') { + &Apache::lonhomework::set_bubble_lines(); + } return $result; }