--- loncom/homework/grades.pm 2003/10/14 00:05:16 1.130.2.1.2.9 +++ loncom/homework/grades.pm 2003/10/14 22:52:24 1.130.2.1.2.10 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.130.2.1.2.9 2003/10/14 00:05:16 albertel Exp $ +# $Id: grades.pm,v 1.130.2.1.2.10 2003/10/14 22:52:24 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3362,7 +3362,6 @@ sub scantron_parse_scanline { $record{"scantron.$questnum.answer"}=$alphabet[length($array[0])]; } if (scalar(@array) gt 2) { - Apache->request->print("snippet is
$currentquest"); push(@{$record{'scantron.doubleerror'}},$questnum); my @ans=@array; my $i=length($ans[0]);shift(@ans); @@ -3379,7 +3378,6 @@ sub scantron_parse_scanline { sub scantron_add_delay { my ($delayqueue,$scanline,$errormessage,$errorcode)=@_; - Apache->request->print('add_delay_error '.$_[2] ); push(@$delayqueue, {'line' => $scanline, 'emsg' => $errormessage, 'ecode' => $errorcode } @@ -3393,9 +3391,7 @@ sub scantron_find_student { return &scan_data($scan_data,"$line.user"); } foreach my $id (keys(%$idmap)) { - #Apache->request->print('
checking studnet -'.$id.'- againt -'.$scanID.'-'); if (lc($id) eq lc($scanID)) { - #Apache->request->print('success'); return $$idmap{$id}; } } @@ -3493,13 +3489,21 @@ SCANTRONFORM } } if (!$stop) { - $r->print("Validation process complete, click 'Submit' to start proccssing"); + $r->print("Validation process complete.