Diff for /loncom/homework/grades.pm between versions 1.596.2.11 and 1.596.2.12

version 1.596.2.11, 2011/11/29 17:17:35 version 1.596.2.12, 2011/12/01 00:36:59
Line 7051  sub scantron_get_correction { Line 7051  sub scantron_get_correction {
        .&mt('The ID on the form is [_1]',         .&mt('The ID on the form is [_1]',
             "<tt>$$scan_record{'scantron.ID'}</tt>")              "<tt>$$scan_record{'scantron.ID'}</tt>")
        .'<br />'         .'<br />'
        .&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.LastName'},
             $$scan_record{'scantron.FirstName'})              $$scan_record{'scantron.FirstName'})
        .'</p>';         .'</p>';

Removed from v.1.596.2.11  
changed lines
  Added in v.1.596.2.12


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>