--- loncom/interface/loncoursedata.pm 2004/03/08 16:12:35 1.123 +++ loncom/interface/loncoursedata.pm 2004/03/16 15:54:09 1.125 @@ -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.125 2004/03/16 15:54:09 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1867,12 +1867,14 @@ populated and all local caching variable 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. @@ -2175,7 +2177,7 @@ sub get_response_data_by_student { 'WHERE '. 'a.symb_id='.$symb_id.' AND a.response_id='.$response_id. ' AND a.student_id='.$student_id.' ORDER BY b.timestamp'; - # &Apache::lonnet::logthis("request =\n".$request); +# &Apache::lonnet::logthis("request =\n".$request); my $sth = $dbh->prepare($request); $sth->execute(); if ($dbh->err) {