--- loncom/homework/chemresponse.pm 2005/06/27 14:27:25 1.59 +++ loncom/homework/chemresponse.pm 2005/07/01 19:48:46 1.61 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # chemical equation style response # -# $Id: chemresponse.pm,v 1.59 2005/06/27 14:27:25 albertel Exp $ +# $Id: chemresponse.pm,v 1.61 2005/07/01 19:48:46 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -105,17 +105,40 @@ function submitSmiles() { function openHelpWindow() { window.open("/adm/jme/jme_help.html","","scrollbars=yes,resizable=yes,width=500,height=600"); } +function substituent(r) {document.applets.JME.setSubstituent(r);}
- +
+ + + +
+ +
+ You have to enable Java and JavaScript on your machine. $molecule
JME Editor courtesy of Peter Ertl, Novartis - +
$insert_answer
@@ -133,7 +156,7 @@ CHEMPAGE my $display=&mt('Draw Molecule'); if (defined($shown_text)) { $display=&mt($shown_text); } my $result=< + CHEMINPUT return $result; }