--- loncom/interface/lonstatistics.pm 2004/07/15 21:08:45 1.108 +++ loncom/interface/lonstatistics.pm 2004/09/24 19:41:17 1.111 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstatistics.pm,v 1.108 2004/07/15 21:08:45 matthew Exp $ +# $Id: lonstatistics.pm,v 1.111 2004/09/24 19:41:17 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1081,7 +1081,7 @@ sub CreateMainMenu { { internal_name => 'student_submission_reports', name => &mt('Student Submission Reports'), short_description => - &mt('Prepare Excel spreadsheets of student submissions.'), + &mt('Prepare reports of student submissions.'), }, { internal_name => 'survey_reports', name => &mt('Survey Reports'), @@ -1155,9 +1155,18 @@ sub handler { 'SelectedStudent']); # # Give the LON-CAPA page header + my $style = < + ul.sub_studentans { list-style-type: none } + ul.sub_correctans { list-style-type: none } + tr.even { background-color: \#CCCCCC } + td.essay { border: 1px solid gray; } + +ENDSTYLE $r->print(''. &mt('Course Statistics and Charts'). - "\n". + ''.$style. + "\n". &Apache::loncommon::bodytag('Course Statistics and Charts')); $r->rflush(); #