Forum Discussion
JenniferPope
7 years agoCommunity Member
Math equations in RISE
What are your recommendations for creating accessible math equations in RISE content? We need these to be accessible to students using screenreaders. Can we input MathJax/ML etc into RISE? Or is the...
PhilFoss
10 months agoCommunity Member
I was able to get equations in my Rise course by using inline images, here I show you how to screenshot results from MathJax. The html used in the screen recording:
<img style="display:inline-block;height: 2.8em;vertical-align: middle;" src="replacewithdata">
and url for converting image to inline data-
- WilfriedSharp-310 months agoCommunity Member
Nice one, I was doing something similar by uploading the image as a file then using the url from that. But uri is better as it still works when a course is copied over.
- PhilFoss10 months agoCommunity Member
Right on, if you insert a url (even a rise/articulate url) it creates an external dependency on that file (which could become blocked by a strict LMS, or the file could disappear eventually). This ensures it becomes part of the export.