Diff for /loncom/homework/structuretags.pm between versions 1.512.2.22 and 1.512.2.23

version 1.512.2.22, 2019/11/05 18:14:39 version 1.512.2.23, 2019/11/07 13:59:19
Line 3153  sub randomizetry_part_header { Line 3153  sub randomizetry_part_header {
     my ($header,$text);      my ($header,$text);
     if ($reqtries eq 'none') {      if ($reqtries eq 'none') {
         $header = &mt('No Question Variation');          $header = &mt('No Question Variation');
         $text = &mt('For this question there will no new variation after a try.');          $text = &mt('For this question there will be no new variation after a try.');
     } elsif ($reqtries > 1) {      } elsif ($reqtries > 1) {
         $header = &mt('New Question Variation After Every [quant,_1,Try,Tries]',$reqtries);          $header = &mt('New Question Variation After Every [quant,_1,Try,Tries]',$reqtries);
         if (($problemstatus eq 'no') ||          if (($problemstatus eq 'no') ||

Removed from v.1.512.2.22  
changed lines
  Added in v.1.512.2.23


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