Forum Discussion
alphonsohendric
8 years agoCommunity Member
typing math symbols and exponents in RISE quiz option?? How do you do this?
How do I type in RISE quiz question and answer?
Please tell me its possible.
MichelleAllan
8 years agoCommunity Member
Hi Ashley,
If we're working with straight HTML pages, we attach a link to the LaTeX script inside the header tags and that picks up the code and renders it as a formula when the page loads.
When we're working with our LMS, the link to the LaTeX script is already integrated in the site so we just type in LaTeX code where we need it.
LaTeX knows when you're using it because you frame your code with '\(' and '\)'. Then most things are coded by putting them inside curly braces (i.e '{ }'). I've attached an image that I use to teach LaTeX to my colleagues that you may find useful.
LaTeX can be used in much more complicated ways (you can build entire documents with it), but this is how we use it to build formulas.
Hope that helps :)
Cheers,
Mich