--- loncom/homework/imageresponse.pm	2006/03/09 01:33:57	1.75
+++ loncom/homework/imageresponse.pm	2006/03/09 01:37:39	1.76
@@ -2,7 +2,7 @@
 # The LearningOnline Network with CAPA
 # image click response style
 #
-# $Id: imageresponse.pm,v 1.75 2006/03/09 01:33:57 albertel Exp $
+# $Id: imageresponse.pm,v 1.76 2006/03/09 01:37:39 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -347,7 +347,8 @@ sub end_foilgroup {
 	} elsif ( $target eq 'analyze') {
 	    &Apache::response::analyze_store_foilgroup(\@whichopt,
 						      ['text','image','area']);
-	} elsif ($target eq 'answer') {
+	} elsif ($target eq 'answer'
+		 && $env{'form.answer_output_mode'} ne 'tex') {
 	    $result=&display_answers($target,\@whichopt);
 	}