--- loncom/homework/structuretags.pm 2003/06/20 14:45:19 1.188 +++ loncom/homework/structuretags.pm 2003/06/23 19:55:18 1.189 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.188 2003/06/20 14:45:19 bowersj2 Exp $ +# $Id: structuretags.pm,v 1.189 2003/06/23 19:55:18 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -507,7 +507,8 @@ sub end_problem { } } elsif ($status eq 'SHOW_ANSWER' || $status eq 'CANNOT_ANSWER' || $status eq 'UNCHECKEDOUT' ) { - if ($target ne 'tex') { + if ($target ne 'tex' && + $ENV{'form.answer_output_mode'} ne 'tex') { $result.="\n"; } }