--- loncom/homework/essayresponse.pm 2008/12/21 19:09:15 1.95 +++ loncom/homework/essayresponse.pm 2008/12/22 14:55:28 1.96 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # essay (ungraded) style responses # -# $Id: essayresponse.pm,v 1.95 2008/12/21 19:09:15 raeburn Exp $ +# $Id: essayresponse.pm,v 1.96 2008/12/22 14:55:28 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -203,6 +203,7 @@ sub end_essayresponse { if ($target eq 'analyze') { $Apache::lonhomework::analyze{"$part.$id.type"} = 'essayresponse'; + push (@{ $Apache::lonhomework::analyze{"parts"} },"$part.$id"); &Apache::lonhomework::set_bubble_lines(); } }