--- loncom/homework/optionresponse.pm 2015/04/20 21:57:47 1.198 +++ loncom/homework/optionresponse.pm 2015/04/21 12:28:05 1.199 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # option list style responses # -# $Id: optionresponse.pm,v 1.198 2015/04/20 21:57:47 raeburn Exp $ +# $Id: optionresponse.pm,v 1.199 2015/04/21 12:28:05 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -516,6 +516,9 @@ sub grading_is_nonlenient { } elsif ($lenientparm=~/^1|on|yes$/i) { $nonlenient = 0; } + if (!$nonlenient) { + $Apache::inputtags::leniency=1; + } return $nonlenient; }