Diff for /loncom/interface/statistics/lonstudentsubmissions.pm between versions 1.11 and 1.12

version 1.11, 2004/06/04 21:42:18 version 1.12, 2004/06/25 20:43:33
Line 157  sub prepare_excel_output { Line 157  sub prepare_excel_output {
                                       $problem->{'part'});                                        $problem->{'part'});
     $r->print('<h2>'.      $r->print('<h2>'.
               &mt('Preparing Excel spreadsheet of student responses').                &mt('Preparing Excel spreadsheet of student responses').
               '</h2>');                '</h2>'.
                 '<p>'.
                 &mt('See the status bar above for student answer computation progress').
                 '</p>');
     #      #
     &Apache::lonstathelpers::GetStudentAnswers($r,$problem,$Students,      &Apache::lonstathelpers::GetStudentAnswers($r,$problem,$Students,
                                                'Statistics','stats_status');                                                 'Statistics','stats_status');

Removed from v.1.11  
changed lines
  Added in v.1.12


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>