Diff for /loncom/homework/optionresponse.pm between versions 1.198 and 1.199

version 1.198, 2015/04/20 21:57:47 version 1.199, 2015/04/21 12:28:05
Line 516  sub grading_is_nonlenient { Line 516  sub grading_is_nonlenient {
     } elsif ($lenientparm=~/^1|on|yes$/i) {      } elsif ($lenientparm=~/^1|on|yes$/i) {
         $nonlenient = 0;          $nonlenient = 0;
     }      }
       if (!$nonlenient) {
           $Apache::inputtags::leniency=1;
       }
     return $nonlenient;      return $nonlenient;
 }  }
   

Removed from v.1.198  
changed lines
  Added in v.1.199


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