--- loncom/homework/inputtags.pm 2003/09/23 15:43:39 1.118 +++ loncom/homework/inputtags.pm 2003/09/23 15:59:53 1.119 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.118 2003/09/23 15:43:39 albertel Exp $ +# $Id: inputtags.pm,v 1.119 2003/09/23 15:59:53 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -518,7 +518,7 @@ sub setgradedata { } elsif ( $award eq 'INCORRECT' ) { $Apache::lonhomework::results{"resource.$id.tries"} = $Apache::lonhomework::history{"resource.$id.tries"} + 1; - if (lc($Apache::lonhomework::problemstatus) ne 'no') { + if (lc($Apache::lonhomework::problemstatus) eq 'no') { $Apache::lonhomework::results{"resource.$id.awarded"} = 0; } $Apache::lonhomework::results{"resource.$id.solved"} =