--- loncom/homework/imageresponse.pm 2007/06/19 20:23:56 1.83 +++ loncom/homework/imageresponse.pm 2007/08/29 10:07:42 1.84 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # image click response style # -# $Id: imageresponse.pm,v 1.83 2007/06/19 20:23:56 banghart Exp $ +# $Id: imageresponse.pm,v 1.84 2007/08/29 10:07:42 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -60,6 +60,8 @@ sub start_imageresponse { } elsif ($target eq 'analyze') { my $part_id="$Apache::inputtags::part.$id"; push (@{ $Apache::lonhomework::analyze{"parts"} },$part_id); + push (@{ $Apache::lonhomework::analyze{"$part_id.bubble_lines"} }, + 1); } return $result; }