[LON-CAPA-cvs] cvs: loncom /homework chemresponse.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Tue, 27 Jun 2006 14:15:26 -0000
albertel Tue Jun 27 10:15:26 2006 EDT
Modified files:
/loncom/homework chemresponse.pm
Log:
- stop hiding the jmeanswer attribute
Index: loncom/homework/chemresponse.pm
diff -u loncom/homework/chemresponse.pm:1.66 loncom/homework/chemresponse.pm:1.67
--- loncom/homework/chemresponse.pm:1.66 Tue May 30 08:45:36 2006
+++ loncom/homework/chemresponse.pm Tue Jun 27 10:15:26 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# chemical equation style response
#
-# $Id: chemresponse.pm,v 1.66 2006/05/30 12:45:36 www Exp $
+# $Id: chemresponse.pm,v 1.67 2006/06/27 14:15:26 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -235,7 +235,8 @@
$result .='</nobr><br /><nobr>';
$result .=&Apache::edit::text_arg('Correct Answer:','answer',
$token,40);
- $result .=&Apache::edit::hidden_arg('jmeanswer',$token);
+ $result .=&Apache::edit::text_arg('JME string of the answer (automatically updated when using the Draw Molecule button):',
+ 'jmeanswer',$token);
my $jmeanswer=&Apache::lonxml::get_param('jmeanswer',$parstack,
$safeeval);
$result .=&separate_jme_window(