--- loncom/homework/inputtags.pm 2003/09/23 16:00:49 1.114.2.3 +++ loncom/homework/inputtags.pm 2003/10/15 22:20:13 1.114.2.4 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.114.2.3 2003/09/23 16:00:49 albertel Exp $ +# $Id: inputtags.pm,v 1.114.2.4 2003/10/15 22:20:13 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -620,7 +620,8 @@ sub gradestatus { my $status = $Apache::inputtags::status['-1']; &Apache::lonxml::debug("gradestatus has :$status:"); - if ( $status ne 'CLOSED' && $status ne 'UNAVAILABLE') { + if ( $status ne 'CLOSED' && $status ne 'UNAVAILABLE' && + $status ne 'INVALID_ACCESS') { my $award = $Apache::lonhomework::history{"resource.$id.award"}; my $solved = $Apache::lonhomework::history{"resource.$id.solved"}; my $previous = $Apache::lonhomework::history{"resource.$id.previous"};