--- loncom/homework/matchresponse.pm 2011/11/08 01:33:14 1.84 +++ loncom/homework/matchresponse.pm 2011/12/15 01:21:28 1.86 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Full matching style response # -# $Id: matchresponse.pm,v 1.84 2011/11/08 01:33:14 raeburn Exp $ +# $Id: matchresponse.pm,v 1.86 2011/12/15 01:21:28 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -462,7 +462,7 @@ sub grade_response { } } my $part=$Apache::inputtags::part; - my $nonlenient=&Apache::optionresponse::is_nonlenient($part); + my $nonlenient=&Apache::optionresponse::grading_is_nonlenient($part); my $id = $Apache::inputtags::response['-1']; my $responsestr=&Apache::lonnet::hash2str(%responsehash); my $itemstr =&Apache::lonnet::array2str(@items);