--- loncom/homework/grades.pm 2004/11/13 09:42:38 1.226 +++ loncom/homework/grades.pm 2004/11/17 20:07:01 1.227 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.226 2004/11/13 09:42:38 albertel Exp $ +# $Id: grades.pm,v 1.227 2004/11/17 20:07:01 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4630,6 +4630,9 @@ SCANTRONFORM $form{'CODE'}=''; } my $result=&Apache::lonnet::ssi($resource->src(),%form); + if ($result ne '') { + &Apache::lonnet::logthis("scantron grading error -> $result"); + } if (&Apache::loncommon::connection_aborted($r)) { last; } } $completedstudents{$uname}={'line'=>$line};