--- loncom/homework/structuretags.pm 2003/05/14 13:33:00 1.172 +++ loncom/homework/structuretags.pm 2003/05/14 16:49:13 1.173 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.172 2003/05/14 13:33:00 albertel Exp $ +# $Id: structuretags.pm,v 1.173 2003/05/14 16:49:13 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -506,7 +506,7 @@ sub end_problem { &finalize_storage(); } if ($target eq 'answer' && ($ENV{'request.state'} eq 'construct') - && $ENV{'form.answer_mode_output'} ne 'tex') { + && $ENV{'form.answer_output_mode'} ne 'tex') { $result.=''; # normally we get it from xmlend, but in CSTR # we always show answer mode too. }