--- loncom/interface/lonstatistics.pm 2003/06/10 19:19:57 1.76 +++ loncom/interface/lonstatistics.pm 2003/06/16 15:54:58 1.77 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstatistics.pm,v 1.76 2003/06/10 19:19:57 matthew Exp $ +# $Id: lonstatistics.pm,v 1.77 2003/06/16 15:54:58 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -857,26 +857,27 @@ sub CreateMainMenu { # my $Str = ''; # - $Str .= ''."\n"; - $Str .= ''."\n"; - $Str .= ''."\n"; - # - $Str .= ''; - $Str .= '\n"; - $Str .= '
Report:'; - $Str .= ''.(' 'x30).''. - ''. - "
'."\n"; - $Str .= '
'."\n"; + $Str = ''; +# $Str .= ''."\n"; +# $Str .= ''."\n"; +# $Str .= ''."\n"; +# # +# $Str .= ''; +# $Str .= '\n"; +# $Str .= '
Report:'; +# $Str .= ''.(' 'x30).''. +# ''. +# "
'."\n"; +# $Str .= '
'."\n"; # return $Str; } @@ -987,8 +988,6 @@ END &Apache::lonstudentassessment::BuildStudentAssessmentPage($r,$c); } elsif($GoToPage eq 'DoDiffGraph' || $GoToPage eq 'PercentWrongGraph') { # &Apache::lonproblemstatistics::BuildGraphicChart($r,$c); - } elsif($GoToPage eq 'classlist') { - &DisplayClasslist($r); } elsif($GoToPage eq 'Correct-problems Plot') { # &Apache::lonpercentage::BuildPercentageGraph($r,$c); }