--- loncom/homework/outputtags.pm 2002/11/21 22:35:32 1.23 +++ loncom/homework/outputtags.pm 2002/11/22 20:06:21 1.24 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # tags that create controlled output # -# $Id: outputtags.pm,v 1.23 2002/11/21 22:35:32 albertel Exp $ +# $Id: outputtags.pm,v 1.24 2002/11/22 20:06:21 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -118,7 +118,7 @@ sub start_displayweight { $Apache::outputtags::showonce{'displayweight'}=1; } my $status=$Apache::inputtags::status['-1']; - if (($status =~ /CAN.*_ANSWER/) && ($target eq 'web' || $target eq 'tex')) { + if ($target eq 'web' || $target eq 'tex') { my $id = $Apache::inputtags::part; my $weight = &Apache::lonnet::EXT("resource.$id.weight"); &Apache::lonxml::debug("duedatebox found $weight for $id");