[LON-CAPA-cvs] cvs: loncom /homework grades.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 06 May 2004 06:49:48 -0000
albertel Thu May 6 02:49:48 2004 EDT
Modified files:
/loncom/homework grades.pm
Log:
-inling the progress window
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.194 loncom/homework/grades.pm:1.195
--- loncom/homework/grades.pm:1.194 Tue May 4 10:17:18 2004
+++ loncom/homework/grades.pm Thu May 6 02:49:48 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.194 2004/05/04 14:17:18 albertel Exp $
+# $Id: grades.pm,v 1.195 2004/05/06 06:49:48 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -4433,7 +4433,8 @@
my %completedstudents;
my %prog_state=&Apache::lonhtmlcommon::Create_PrgWin($r,'Scantron Status',
- 'Scantron Progress',$scanlines->{'count'});
+ 'Scantron Progress',$scanlines->{'count'},
+ 'inline',undef,'scantronupload');
&Apache::lonhtmlcommon::Update_PrgWin($r,\%prog_state,
'Processing first student');
my $start=&Time::HiRes::time();