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

add "interpreted as" before the JME answer preview #832

Closed christianp closed 3 years ago

christianp commented 3 years ago

this adds the screenreader-only text "interpreted as" to the start of the JME preview box. Both the box and the MathJax part are marked as aria-live="polite" - need to test with a screenreader to establish if this is right. I don't think it's helpful to keep reading out "interpreted as" each time the maths changes, but it's needed when reading through the page, to separate it from the input box.

see #831