--- loncom/homework/structuretags.pm 2002/04/25 21:38:09 1.92 +++ loncom/homework/structuretags.pm 2002/05/24 21:57:38 1.95 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.92 2002/04/25 21:38:09 sakharuk Exp $ +# $Id: structuretags.pm,v 1.95 2002/05/24 21:57:38 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -266,6 +266,9 @@ sub start_problem { $rndseed.'" /> + Part is not open to be viewed. It $accessmsg
"; + $result="
Part is not open to be viewed. It $accessmsg
"; + } elsif ( $target eq 'tex' ) { + $result="\\vskip 0 mm Part is not open to be viewed. It $accessmsg \\\\"; + } + } else { + if ($target eq 'tex') { + $result='\vskip 0 mm'; } } } - if ($target eq 'tex') { - return '\\\\'; - } else { - return ''; - } + return $result; } sub end_part {