--- loncom/homework/chemresponse.pm 2005/06/27 10:58:40 1.58
+++ loncom/homework/chemresponse.pm 2005/06/27 14:27:25 1.59
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# chemical equation style response
#
-# $Id: chemresponse.pm,v 1.58 2005/06/27 10:58:40 foxr Exp $
+# $Id: chemresponse.pm,v 1.59 2005/06/27 14:27:25 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -82,7 +82,7 @@ JMESECTION
if ($molecule) { $molecule=''; }
my $insert_answer;
- if ($shown_text ne '') {
+ if ($shown_text eq '') {
$insert_answer=
'';
}