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

version 1.195.2.2, 2016/09/14 18:30:06 version 1.198, 2015/04/20 21:57:47
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.195.2.2  
changed lines
  Added in v.1.198


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