--- loncom/homework/structuretags.pm 2007/02/24 01:44:14 1.374 +++ 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.374 2007/02/24 01:44:14 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; } @@ -739,7 +753,8 @@ sub start_problem { my $bodytext=&Apache::lonxml::get_all_text("/problem",$parser, $style); if ($target eq 'web') { - $result .= &Apache::bridgetask::proctor_validation_screen(); + $result .= + &Apache::bridgetask::proctor_validation_screen($slot); } elsif ($target eq 'grade') { &Apache::bridgetask::proctor_check_auth($slot_name,$slot, 'problem');