--- loncom/homework/chemresponse.pm 2017/01/04 20:09:08 1.99 +++ loncom/homework/chemresponse.pm 2021/04/07 22:16:03 1.100 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # chemical equation style response # -# $Id: chemresponse.pm,v 1.99 2017/01/04 20:09:08 damieng Exp $ +# $Id: chemresponse.pm,v 1.100 2021/04/07 22:16:03 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -199,7 +199,7 @@ RESIZEJS function jsmeOnLoad() { document.getElementById('JMErefresh').style.display="none"; document.getElementById('JMEcredits').style.display="inline"; - jsmeApplet = new JSApplet.JSME("jme", "420px", "330px"); + jsmeApplet = new JSApplet.JSME("jme", "420px", "330px", {"options" : "$options"}); document.JME = jsmeApplet; $molecule; document.getElementById('JMEbuttons').style.display="block";