When I try to use the example provided on the Github JSXGraph plugin for Formulas (https://github.com/jsxgraph/moodleformulas_jsxgraph) I don't get the expected view.
All I get is a JavaScript error in the console:Uncaught TypeError: Cannot read properties of null (reading 'querySelectorAll')
at new JSXQuestion (JSXQuestion.js:102:25)
at preview.php?id=75240&restartversion=0&courseid=158:2247:5
Can anybody confirm that that Example is working with Moodle 4.4.3?
JSXGraph is installed and the filter activated. In fact JSXGraph questions work, as long as I don't use the var jsxCode = function (question) construct.