--- loncom/interface/statistics/lonstudentassessment.pm 2006/04/08 06:59:44 1.136 +++ loncom/interface/statistics/lonstudentassessment.pm 2006/04/28 21:58:33 1.137 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.136 2006/04/08 06:59:44 albertel Exp $ +# $Id: lonstudentassessment.pm,v 1.137 2006/04/28 21:58:33 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1893,7 +1893,7 @@ sub student_tries_on_sequence { if ($status eq 'excused') { $symbol = 'x'; $max--; - } elsif ($status eq 'correct_by_override') { + } elsif ($status eq 'correct_by_override' && !$resource->is_task()) { $symbol = '+'; $sum++; } elsif ($tries > 0) {