--- loncom/homework/structuretags.pm 2007/02/24 01:44:14 1.374 +++ loncom/homework/structuretags.pm 2007/04/06 21:22:24 1.375 @@ -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.375 2007/04/06 21:22:24 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -739,7 +739,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');