--- loncom/homework/grades.pm 2019/02/03 20:47:11 1.596.2.12.2.41.2.3 +++ loncom/homework/grades.pm 2019/02/05 16:13:05 1.596.2.12.2.41.2.4 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.596.2.12.2.41.2.3 2019/02/03 20:47:11 raeburn Exp $ +# $Id: grades.pm,v 1.596.2.12.2.41.2.4 2019/02/05 16:13:05 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5864,6 +5864,8 @@ sub scantron_selectphase { ' ); + } + # Chunk of form to prompt for a file to grade and how: $result.= ' @@ -9180,7 +9182,7 @@ sub validate_uploaded_scantron_file { $idmap{$lckey} = $idmap{$key}; } my %unique_formats; - my @formatlines = &get_scantronformat_file(); + my @formatlines = &Apache::lonnet::get_scantronformat_file(); foreach my $line (@formatlines) { chomp($line); my @config = split(/:/,$line);