--- loncom/interface/lonstatistics.pm 2003/02/28 20:50:33 1.61 +++ loncom/interface/lonstatistics.pm 2003/02/28 21:19:53 1.62 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstatistics.pm,v 1.61 2003/02/28 20:50:33 matthew Exp $ +# $Id: lonstatistics.pm,v 1.62 2003/02/28 21:19:53 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1356,14 +1356,7 @@ sub BuildStatistics { } elsif($GoToPage eq 'Option Response Analysis') { &Apache::lonproblemanalysis::BuildProblemAnalysisPage($cacheDB, $r); } elsif($GoToPage eq 'Student Assessment') { - &Apache::lonstudentassessment::BuildStudentAssessmentPage($cacheDB, - $students, - $courseID, - 'Statistics', - \@headings, - $spacing, - \@studentInformation, - $r, $c); + &Apache::lonstudentassessment::BuildStudentAssessmentPage($r, $c); } elsif($GoToPage eq 'Analyze') { &Apache::lonproblemanalysis::BuildAnalyzePage($cacheDB, $students, $courseID, $r);