--- loncom/homework/grades.pm 2011/11/29 17:17:35 1.596.2.11 +++ loncom/homework/grades.pm 2011/12/01 00:36:59 1.596.2.12 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.596.2.11 2011/11/29 17:17:35 raeburn Exp $ +# $Id: grades.pm,v 1.596.2.12 2011/12/01 00:36:59 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -7051,7 +7051,7 @@ sub scantron_get_correction { .&mt('The ID on the form is [_1]', "$$scan_record{'scantron.ID'}") .'
' - .&mt('The name on the paper is [_2], [_3]', + .&mt('The name on the paper is [_1], [_2]', $$scan_record{'scantron.LastName'}, $$scan_record{'scantron.FirstName'}) .'

';