--- loncom/interface/lonstatistics.pm 2003/01/12 23:31:22 1.57 +++ loncom/interface/lonstatistics.pm 2003/01/12 23:45:47 1.58 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # (Publication Handler # -# $Id: lonstatistics.pm,v 1.57 2003/01/12 23:31:22 minaeibi Exp $ +# $Id: lonstatistics.pm,v 1.58 2003/01/12 23:45:47 minaeibi Exp $ # # Copyright Michigan State University Board of Trustees # @@ -546,7 +546,7 @@ sub BuildStatistics { my %reports = ('classlist' => 'Class list', 'problem_statistics' => 'Problem Statistics', 'student_assessment' => 'Student Assessment', - 'percentage' => 'Percentage Graphs', + 'percentage' => 'Correct-problems Plot', # 'activitylog' => 'Activity Log', 'reportSelected' => 'Class list'); @@ -626,7 +626,7 @@ sub BuildStatistics { } elsif($GoToPage eq 'Class list') { &BuildClasslist($cacheDB, $students, \@studentInformation, \@headings, $r); - } elsif($GoToPage eq 'Percentage Graphs') { + } elsif($GoToPage eq 'Correct-problems Plot') { &Apache::lonpercentage::BuildPercentageGraph($cacheDB, $students, $courseID, $c, $r); }