--- loncom/xml/lonxml.pm 2008/04/28 14:38:45 1.476 +++ loncom/xml/lonxml.pm 2008/05/02 22:00:12 1.477 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.476 2008/04/28 14:38:45 bisitz Exp $ +# $Id: lonxml.pm,v 1.477 2008/05/02 22:00:12 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1080,6 +1080,7 @@ Optional Arguments: sub increment_counter { my ($increment, $part_response) = @_; + if ($env{'form.grade_target'} eq 'analyze') { return; } if (!defined($increment) || $increment le 0) { $increment = 1; }