Diff for /loncom/interface/lonpdfupload.pm between versions 1.9 and 1.10

version 1.9, 2009/05/21 05:57:50 version 1.10, 2009/05/23 04:07:09
Line 310  sub grade_problem { Line 310  sub grade_problem {
 sub parse_grade_answer {  sub parse_grade_answer {
     my ($shortcut) = @_;      my ($shortcut) = @_;
      my %answerhash = ('EXACT_ANS' => &mt('You are correct.'),       my %answerhash = ('EXACT_ANS' => &mt('You are correct.'),
                        'APPROX_ANS' => &mt('You are approximated right'),                         'APPROX_ANS' => &mt('You are correct.'),
                        'INCORRECT' => &mt('You are incorrect'),                         'INCORRECT' => &mt('You are incorrect'),
      );       );
   

Removed from v.1.9  
changed lines
  Added in v.1.10


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