--- loncom/homework/grades.pm 2004/05/04 14:17:18 1.194 +++ loncom/homework/grades.pm 2004/05/06 06:49:48 1.195 @@ -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 @@ SCANTRONFORM 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();