--- loncom/interface/lonstatistics.pm 2003/10/08 15:32:00 1.85 +++ loncom/interface/lonstatistics.pm 2003/10/23 15:12:45 1.88 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstatistics.pm,v 1.85 2003/10/08 15:32:00 matthew Exp $ +# $Id: lonstatistics.pm,v 1.88 2003/10/23 15:12:45 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -898,7 +898,7 @@ sub Gather_Student_Data { ($student->{'username'},$student->{'domain'}, $ENV{'request.course.id'}); &Apache::lonhtmlcommon::Increment_PrgWin($r,\%prog_state, - 'last student'); + &mt('last student')); } &Apache::lonhtmlcommon::Close_PrgWin($r,\%prog_state); $r->rflush(); @@ -1048,27 +1048,24 @@ sub CreateMainMenu { short_description => &mt('Detailed statistics and graphs of student performance on problems.'), }, - { internal_name => 'student_assessment', - name => &mt('Problem Status Chart'), - short_description => - &mt('Brief view of each students performance in course.'), - }, +# { internal_name => 'student_assessment', +# name => &mt('Problem Status Chart'), +# short_description => +# &mt('Brief view of each students performance in course.'), +# }, # 'percentage' => 'Correct-problems Plot', # 'activitylog' => 'Activity Log', ); - # # Create the menu my $Str; - $Str = "

".&mt('Statistics and Problem Analysis')."

\n"; - $Str .= &mt('Please select a report to generate.'); - $Str .= "
\n"; + $Str .= '

'.&mt('Please select a report to generate').'

'; foreach my $reportdata (@reports) { - $Str .='
'. - $reportdata->{'name'}."
\n"; - $Str .= '
'.$reportdata->{'short_description'}. - "
\n"; + $reportdata->{'name'}."\n"; + $Str .= ' '.(' 'x8).$reportdata->{'short_description'}. + "\n"; } $Str .="
\n"; #