--- loncom/interface/statistics/lonstudentassessment.pm 2005/01/21 18:52:40 1.110 +++ loncom/interface/statistics/lonstudentassessment.pm 2005/02/11 21:25:53 1.111 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.110 2005/01/21 18:52:40 albertel Exp $ +# $Id: lonstudentassessment.pm,v 1.111 2005/02/11 21:25:53 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1893,7 +1893,7 @@ sub StudentPerformanceOnSequence { $max -= $weight; # Do not count 'excused' problems. } $hasdata = 1; - } else { + } elsif (!exists($resource_data->{'resource.'.$part.'.awarded'})){ # Unsolved. Did they try? if (exists($resource_data->{'resource.'.$part.'.tries'})){ $symbol = '.';