Forum Discussion
JohnDallas-80f1
8 years agoCommunity Member
How to add Accessible Mathematics to your rise course. (Including Super and Sub Scripts and Formulas)
Edit 1: Updated with JS to check for dynamically created content.
Edit 2: Updated with /content/lib/main.bundle.js script injection needed for continue buttons and other dynamic content.
Her...
JohnDallas-80f1
8 years agoCommunity Member
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?