--- loncom/homework/structuretags.pm 2016/04/04 15:57:07 1.547 +++ loncom/homework/structuretags.pm 2016/04/04 17:24:18 1.548 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.547 2016/04/04 15:57:07 raeburn Exp $ +# $Id: structuretags.pm,v 1.548 2016/04/04 17:24:18 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1606,6 +1606,7 @@ sub start_problem { ($Apache::lonhomework::type eq 'randomizetry') && ($status eq 'CAN_ANSWER') && ($env{'course.'.$env{'request.course.id'}.'.type'} ne 'Placement')) { +# "New Problem Variation Each Try" header suppressed for Placement Tests. my $reqtries = &Apache::lonnet::EXT("resource.$Apache::inputtags::part.randomizeontries"); my $problemstatus = &get_problem_status($Apache::inputtags::part); $form_tag_start.=&randomizetry_problem_header($problemstatus,$reqtries);