[LON-CAPA-cvs] cvs: loncom /interface lonstatistics.pm

matthew lon-capa-cvs@mail.lon-capa.org
Fri, 28 Feb 2003 21:19:53 -0000


matthew		Fri Feb 28 16:19:53 2003 EDT

  Modified files:              
    /loncom/interface	lonstatistics.pm 
  Log:
  Changed parameters on call to lonstudentassessment::BuildStudentAssessmentPage to
  match the new (stripped down) version.
  
  
Index: loncom/interface/lonstatistics.pm
diff -u loncom/interface/lonstatistics.pm:1.61 loncom/interface/lonstatistics.pm:1.62
--- loncom/interface/lonstatistics.pm:1.61	Fri Feb 28 15:50:33 2003
+++ loncom/interface/lonstatistics.pm	Fri Feb 28 16:19:53 2003
@@ -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 @@
     } 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);