Return to lonproblemanalysis.pm CVS log | Up to [LON-CAPA] / loncom / interface / statistics |
version 1.20, 2003/03/03 21:52:24 | version 1.21, 2003/03/03 22:00:03 |
---|---|
Line 175 sub BuildAnalyzePage { | Line 175 sub BuildAnalyzePage { |
my %prog_state=&Apache::lonhtmlcommon::Create_PrgWin($r, $title, | my %prog_state=&Apache::lonhtmlcommon::Create_PrgWin($r, $title, |
$heading,$#students+1); | $heading,$#$students+1); |
#Java script Progress window | #Java script Progress window |
for(my $index=0; $index<(scalar @$students); $index++) { | for(my $index=0; $index<(scalar @$students); $index++) { |