--- loncom/homework/chemresponse.pm 2007/10/15 09:47:29 1.75 +++ loncom/homework/chemresponse.pm 2008/02/01 22:05:45 1.76 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # chemical equation style response # -# $Id: chemresponse.pm,v 1.75 2007/10/15 09:47:29 foxr Exp $ +# $Id: chemresponse.pm,v 1.76 2008/02/01 22:05:45 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -337,6 +337,7 @@ sub end_organicresponse { &Apache::lonxml::increment_counter(&Apache::response::repetition(), "$partid.$id"); # part.response if ($target eq 'analyze') { + $Apache::lonhomework::analyze{"$partid.$id.type"} = 'organicresponse'; &Apache::lonhomework::set_bubble_lines(); } }