Diff for /loncom/homework/inputtags.pm between versions 1.280 and 1.281

version 1.280, 2011/03/05 20:32:02 version 1.281, 2011/03/05 23:00:45
Line 1523  sub previous_tries { Line 1523  sub previous_tries {
   
                 my $txt_correct = &mt('Correct');                  my $txt_correct = &mt('Correct');
                 my $awarded = $Apache::lonhomework::history{"$prefix.awarded"};                  my $awarded = $Apache::lonhomework::history{"$prefix.awarded"};
                 my $txt_correct = &mt('Correct');  
                 if ($awarded < 1 && $awarded > 0) {                  if ($awarded < 1 && $awarded > 0) {
                     $txt_correct=&mt('Partially Correct');                      $txt_correct=&mt('Partially Correct');
                 } elsif ($awarded < 1) {                  } elsif ($awarded < 1) {

Removed from v.1.280  
changed lines
  Added in v.1.281


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