[LON-CAPA-cvs] cvs: loncom /interface lontrackstudent.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Thu, 02 Dec 2004 19:01:55 -0000
matthew Thu Dec 2 14:01:55 2004 EDT
Modified files:
/loncom/interface lontrackstudent.pm
Log:
Added warning about the amount of time it takes to do trackstudent.pm.
Index: loncom/interface/lontrackstudent.pm
diff -u loncom/interface/lontrackstudent.pm:1.7 loncom/interface/lontrackstudent.pm:1.8
--- loncom/interface/lontrackstudent.pm:1.7 Tue Oct 5 09:40:16 2004
+++ loncom/interface/lontrackstudent.pm Thu Dec 2 14:01:55 2004
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lontrackstudent.pm,v 1.7 2004/10/05 13:40:16 matthew Exp $
+# $Id: lontrackstudent.pm,v 1.8 2004/12/02 19:01:55 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -426,6 +426,10 @@
$r->print('<h2>'.
&mt('Recent activity of [_1]@[_2]',$sname,$sdom).
'</h2>');
+ $r->print('<p>'.&mt(<<END).'</p>');
+Compiling student activity data can take a long time.
+It may be necessary to reload this page to get the most current information.
+END
&get_data($r,\%prog_state,$navmap,
'student:'.$ENV{'form.selected_student'});
} else {