--- loncom/interface/statistics/lonproblemstatistics.pm 2004/03/29 19:45:55 1.77 +++ loncom/interface/statistics/lonproblemstatistics.pm 2004/03/29 19:50:23 1.78 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonproblemstatistics.pm,v 1.77 2004/03/29 19:45:55 matthew Exp $ +# $Id: lonproblemstatistics.pm,v 1.78 2004/03/29 19:50:23 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -416,7 +416,7 @@ sub BuildProblemStatisticsPage { } else { my $count = 0; foreach my $seq (&Apache::lonstatistics::Sequences_with_Assess()) { - $count += $seq->{'num_assess'}; + $count += $seq->{'num_assess_parts'}; } if ($count > 10) { $r->print('

'.