--- loncom/homework/structuretags.pm 2007/04/06 21:22:24 1.375 +++ loncom/homework/structuretags.pm 2007/04/07 00:12:43 1.376 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.375 2007/04/06 21:22:24 albertel Exp $ +# $Id: structuretags.pm,v 1.376 2007/04/07 00:12:43 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -344,6 +344,20 @@ Feedback Mode: '.'.&Apache::loncommon::help_open_topic("Analyze_Problem", '',undef,undef,300). '
'; + } elsif ($Apache::lonhomework::parsing_a_task) { + $result.=" + +Problem Status: + + + +
"; } return $result; }