Forum Discussion
How to add Accessible Mathematics to your rise course. (Including Super and Sub Scripts and Formulas)
- 8 months ago
Hello everyone, 🎉
I’m happy to let you know we released a new update for Rise 360. This update adds the following feature:
- Build math equations using LaTeX syntax and revise them by adding color and alt text.
There’s nothing to install for web apps. New features and fixes are immediately available, though you might need to publish your Rise 360 course again.
Let me know if you have any questions about this update or the new feature.
Ashley, I actually have encountered an issue with my solution... I'm not sure if there is a direct line to the development team, but basically Rise uses React.js to write HTML dynamically which means I need to make the following JS call:
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
After everytime Rise completes a call to dangerouslySetInnerHTML...
However, because Rise obfuscates it's main JS bundle, it's difficult to see if there is a common event listener where I can inject this code.....
Where would be the best place to direct this question?