--- loncom/interface/lonstatistics.pm 2002/09/16 20:09:46 1.51 +++ loncom/interface/lonstatistics.pm 2002/10/22 16:30:34 1.53 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # (Publication Handler # -# $Id: lonstatistics.pm,v 1.51 2002/09/16 20:09:46 www Exp $ +# $Id: lonstatistics.pm,v 1.53 2002/10/22 16:30:34 minaeibi Exp $ # # Copyright Michigan State University Board of Trustees # @@ -509,7 +509,8 @@ sub BuildStatistics { 'updateTime'); my @headings=('Full Name', 'Section', 'PID', 'Domain', 'User Name', 'Last Updated'); - my $spacing = ' '; + my $spacing = ' '; + my %reports = ('classlist' => 'Class list', 'problem_statistics' => 'Problem Statistics', 'student_assessment' => 'Student Assessment',