--- loncom/interface/lonstatistics.pm 2003/01/10 22:26:29 1.56 +++ 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.56 2003/01/10 22:26:29 matthew Exp $ +# $Id: lonstatistics.pm,v 1.58 2003/01/12 23:45:47 minaeibi Exp $ # # Copyright Michigan State University Board of Trustees # @@ -502,8 +502,8 @@ sub CreateMainMenu { $Str .= ''."\n"; $Str .= ''."\n"; - $Str .= ''."\n"; - $Str .= ''."\n"; + $Str .= ''."\n"; + $Str .= ''."\n"; $Str .= ''."\n"; $Str .= '
Analysis Reports:Student Status:
Select a ReportStudent Status
'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); }