--- loncom/homework/structuretags.pm 2002/02/20 22:17:18 1.82 +++ loncom/homework/structuretags.pm 2002/03/01 00:23:04 1.83 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.82 2002/02/20 22:17:18 albertel Exp $ +# $Id: structuretags.pm,v 1.83 2002/03/01 00:23:04 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -310,8 +310,7 @@ sub end_problem { my $result=''; my $status=$Apache::inputtags::status['-1']; if ($target eq 'grade' || $target eq 'web' || $target eq 'answer' ) { - if ( $target eq 'grade' && $Apache::inputtags::part eq '0' && - $status eq 'CAN_ANSWER') { + if ( $target eq 'grade' && $Apache::inputtags::part eq '0') { # if part is zero, no s existed, so we need to the grading &Apache::inputtags::grade; } elsif ( $target eq 'web' && $Apache::inputtags::part eq '0') {