--- loncom/xml/lonxml.pm 2008/06/10 16:20:39 1.480 +++ loncom/xml/lonxml.pm 2008/06/25 12:00:37 1.481 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.480 2008/06/10 16:20:39 www Exp $ +# $Id: lonxml.pm,v 1.481 2008/06/25 12:00:37 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1084,7 +1084,7 @@ Optional Arguments: sub increment_counter { my ($increment, $part_response) = @_; - if ($env{'form.grade_target'} eq 'analyze') { return; } + if ($env{'form.grade_noincrement'}) { return; } if (!defined($increment) || $increment le 0) { $increment = 1; }