--- loncom/homework/externalresponse.pm 2007/10/15 09:47:29 1.12 +++ loncom/homework/externalresponse.pm 2008/02/01 22:05:45 1.13 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # external style responses # -# $Id: externalresponse.pm,v 1.12 2007/10/15 09:47:29 foxr Exp $ +# $Id: externalresponse.pm,v 1.13 2008/02/01 22:05:45 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -125,6 +125,7 @@ sub end_externalresponse { &Apache::lonxml::increment_counter($increment, "$part.$id"); if ($target eq 'analyze') { + $Apache::lonhomework::analyze{"$part.$id.type"} = 'externalresponse'; &Apache::lonhomework::set_bubble_lines(); } }