--- loncom/homework/structuretags.pm 2003/04/02 19:52:05 1.157 +++ loncom/homework/structuretags.pm 2003/04/02 20:52:25 1.158 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.157 2003/04/02 19:52:05 sakharuk Exp $ +# $Id: structuretags.pm,v 1.158 2003/04/02 20:52:25 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -337,13 +337,8 @@ sub start_problem { my $name= &get_resource_name($parstack,$safeeval); if ($status eq 'CAN_ANSWER') { # create a page header and exit - my $WeightOfProblem = ''; - if ($Apache::lonhomework::type eq 'exam') { - my $weight = &Apache::lonnet::EXT("resource.$Apache::inputtags::part.weight"); - $WeightOfProblem = "
$weight pt
"; - } $result.="$head_tag_start$name - $body_tag_start \n $form_tag_start $WeightOfProblem". + $body_tag_start \n $form_tag_start". ''; if ($ENV{'request.state'} eq "construct") { $result.= &problem_web_to_edit_header($rndseed);