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

Timing issue with MathJax #940

Closed christianp closed 1 year ago

christianp commented 1 year ago

Only on Chris's computer, the first time you load a question or exam in test run, it gives an error in the elementScripts function, where it seems that document.body doesn't exist yet.

Moving the scripts from the head, to load at the end of the body tag fixes this.