--- loncom/homework/structuretags.pm 2003/04/03 21:08:33 1.163 +++ loncom/homework/structuretags.pm 2003/04/03 21:58:09 1.164 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.163 2003/04/03 21:08:33 albertel Exp $ +# $Id: structuretags.pm,v 1.164 2003/04/03 21:58:09 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -279,7 +279,7 @@ sub start_problem { $Apache::lonhomework::type=&Apache::lonnet::EXT('resource.0.type'); &Apache::lonxml::debug("Found this to be of type :$Apache::lonhomework::type:"); } - if ($Apache::lonhomework::type eq '') { + if ($Apache::lonhomework::type eq '' ) { my $uri=$ENV{'request.uri'}; if ($uri=~/\.(\w+)$/) { $Apache::lonhomework::type=$1; @@ -323,7 +323,9 @@ sub start_problem { $form_tag_start.=''. ''; + value="New Problem Variation" />'. + ''; } ($status,$accessmsg) = &Apache::lonhomework::check_access('0'); push (@Apache::inputtags::status,$status);