--- loncom/homework/grades.pm 2019/01/31 17:44:18 1.757 +++ loncom/homework/grades.pm 2019/02/06 05:46:51 1.758 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.757 2019/01/31 17:44:18 raeburn Exp $ +# $Id: grades.pm,v 1.758 2019/02/06 05:46:51 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5902,7 +5902,6 @@ sub scantron_selectphase { $r->print('
'); - my $default_form_data=&defaultFormData($symb); my $cdom= $env{'course.'.$env{'request.course.id'}.'.domain'}; my $cnum= $env{'course.'.$env{'request.course.id'}.'.num'}; my $alertmsg = &mt('Please use the browse button to select a file from your local directory.'); @@ -11026,7 +11025,7 @@ Side Effects: None. $r - Apache request object $i - number of the current scanline $scan_record - hash ref as returned from &scantron_parse_scanline() - $scan_config - hash ref as returned from &get_scantron_config() + $scan_config - hash ref as returned from &Apache::lonnet::get_scantron_config() $line - full contents of the current scanline $error - error condition, valid values are 'incorrectCODE', 'duplicateCODE',