numbas / Numbas

A completely browser-based e-assessment/e-learning system, with an emphasis on mathematics
http://www.numbas.org.uk
Apache License 2.0
202 stars 117 forks source link

'Degrees' variable name annotation #798

Closed christianp closed 3 years ago

christianp commented 3 years ago

It would be nice to have a variable name annotation degrees which renders a superscript degree symbol after the variable name.

To do this: in runtime/scripts/jme-display.js, add a function degrees(name) which returns name+'^{\\circ}'