[LON-CAPA-cvs] cvs: loncom /interface/statistics lonstudentsubmissions.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Fri, 25 Jun 2004 20:43:33 -0000
matthew Fri Jun 25 16:43:33 2004 EDT
Modified files:
/loncom/interface/statistics lonstudentsubmissions.pm
Log:
Added extra verbage to alleviate confusion as to current status of
spreadsheet compilation.
Index: loncom/interface/statistics/lonstudentsubmissions.pm
diff -u loncom/interface/statistics/lonstudentsubmissions.pm:1.11 loncom/interface/statistics/lonstudentsubmissions.pm:1.12
--- loncom/interface/statistics/lonstudentsubmissions.pm:1.11 Fri Jun 4 17:42:18 2004
+++ loncom/interface/statistics/lonstudentsubmissions.pm Fri Jun 25 16:43:33 2004
@@ -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 @@
$problem->{'part'});
$r->print('<h2>'.
&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,
'Statistics','stats_status');