[LON-CAPA-users] help needed with organic response template

Ray Batchelor lon-capa-users@mail.lon-capa.org
Thu, 17 Feb 2005 13:55:43 -0800


> The image below is C<sub>2</sub>H<sub>4</sub>O<sub>2</sub>

Maybe you should use 

<script type="loncapa/perl">
$aceticacid=&chemparse('C2H4O2');
</script>
<startouttext /><display>&chemparse($aceticacid)</display><endouttext />

in there somewhere too?  as a reminder... for us 

:-)


Or some variation on &chemparse, which I think should appear somewhere in the 
templates.

Cheers
Ray