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

matthew lon-capa-cvs@mail.lon-capa.org
Mon, 08 Mar 2004 16:14:37 -0000


matthew		Mon Mar  8 11:14:37 2004 EDT

  Modified files:              
    /loncom/interface	loncoursedata.pm 
  Log:
  POD update for get_problem_statistics
  
  
Index: loncom/interface/loncoursedata.pm
diff -u loncom/interface/loncoursedata.pm:1.123 loncom/interface/loncoursedata.pm:1.124
--- loncom/interface/loncoursedata.pm:1.123	Mon Mar  8 11:12:35 2004
+++ loncom/interface/loncoursedata.pm	Mon Mar  8 11:14:37 2004
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: loncoursedata.pm,v 1.123 2004/03/08 16:12:35 matthew Exp $
+# $Id: loncoursedata.pm,v 1.124 2004/03/08 16:14:37 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1867,12 +1867,14 @@
 properly.  This means you need to call &ensure_current_data for
 the students you are concerned with prior to calling this routine.
 
-Inputs: $students, $symb, $part, $courseid, $starttime, $endtime
+Inputs: $Sections, $status, $symb, $part, $courseid, $starttime, $endtime
 
 =over 4
 
-=item $students is an array of hash references.  
-Each hash must contain at least the 'username' and 'domain' of a student.
+=item $Sections Array ref containing section names for students.  
+'all' is allowed to be the first (and only) item in the array.
+
+=item $status String describing the status of students
 
 =item $symb is the symb for the problem.