"ARI Quiz MathJax" plugin

"ARI Quiz" addons ›› Plugins ››
Parent Previous Next

The plugin uses to integrate 'ARI Quiz' extension with MathJax library. It provides ability to use math expressions in questions and answers. Possible to enter expressions using LaTeX or MathML language.


The plugin is located in com_ariquiz.zip archive. Unzip it and see "addons" folder.


Place LaTeX or MathML code between \( and \) symbols if you want to show it as inline content. For example:



\(ax^2 + bx + c = 0\)



or place it between $$ and $$ symbols if you want to show it as blocked content:



$$\frac{-b - \sqrt{b^2 - 4 \cdot a \cdot c} }{2\cdot a}$$