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
197 stars 118 forks source link

jme.display.treeToJME incorrectly localises `decimal` numbers #1091

Closed christianp closed 3 months ago

christianp commented 3 months ago

e.g. Numbas.jme.display.treeToJME({tok:Numbas.jme.builtinScope.evaluate('dec(1.2)')}) returns dec("1,2") when the preferred number notation is plain-eu.

This is incorrect because the dec function expects a number in plain notation.