-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.4.6, 4.5
-
MOODLE_404_STABLE, MOODLE_405_STABLE
-
In our Moodle installation we have two filters enabled: MathJax and TeX Notation (for compatibility with existing materials). MathJax filter takes precedence, since it is configured with higher priority.
Recently we have found that MathJax renders some Cloze questions incorrectly, leaving HTML text like:
<span class="nolink">qtypemultianswer1marker</span>
instead of expected controls: text boxes, select lists, etc. See attached screenshots of how it behaves now and what is the expected outcome.
After disabling MathJax in course settings the legacy TeX Notation filter works correctly with exactly the same Cloze question - but it renders the math equations with different look (less nice).
Turninig on "TeX filter compatibility" (filter_mathjaxloader | texfiltercompatibility) didn't help much here.
I was able to find some other issues possibly related to that, but they didn't help either: MDL-61981, MDL-47712, MDL-81291.