--- loncom/interface/statistics/lonproblemanalysis.pm 2003/03/03 21:52:24 1.20 +++ loncom/interface/statistics/lonproblemanalysis.pm 2003/03/03 22:00:03 1.21 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonproblemanalysis.pm,v 1.20 2003/03/03 21:52:24 albertel Exp $ +# $Id: lonproblemanalysis.pm,v 1.21 2003/03/03 22:00:03 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -175,7 +175,7 @@ sub BuildAnalyzePage { my %prog_state=&Apache::lonhtmlcommon::Create_PrgWin($r, $title, - $heading,$#students+1); + $heading,$#$students+1); #Java script Progress window for(my $index=0; $index<(scalar @$students); $index++) {