--- loncom/interface/statistics/lonstudentsubmissions.pm 2004/06/04 21:42:18 1.11 +++ loncom/interface/statistics/lonstudentsubmissions.pm 2004/06/25 20:43:33 1.12 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentsubmissions.pm,v 1.11 2004/06/04 21:42:18 matthew Exp $ +# $Id: lonstudentsubmissions.pm,v 1.12 2004/06/25 20:43:33 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -157,7 +157,10 @@ sub prepare_excel_output { $problem->{'part'}); $r->print('

'. &mt('Preparing Excel spreadsheet of student responses'). - '

'); + ''. + '

'. + &mt('See the status bar above for student answer computation progress'). + '

'); # &Apache::lonstathelpers::GetStudentAnswers($r,$problem,$Students, 'Statistics','stats_status');