--- loncom/interface/statistics/lonpercentage.pm 2003/01/13 17:31:41 1.7 +++ loncom/interface/statistics/lonpercentage.pm 2003/01/14 22:10:08 1.8 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # (Publication Handler # -# $Id: lonpercentage.pm,v 1.7 2003/01/13 17:31:41 minaeibi Exp $ +# $Id: lonpercentage.pm,v 1.8 2003/01/14 22:10:08 minaeibi Exp $ # # Copyright Michigan State University Board of Trustees # @@ -270,7 +270,7 @@ sub GraphData { my $Freq; if ($totalProblems >= 100 ) { $xlabel = 'Percentage_of_Problems_Correct'; - $Freq=100; + $Freq=101; } else { $xlabel = 'Number_of_Problems_Correct'; $Freq = $cId;