This is an interactive quiz app with LaTeX rendering, perfect for including in websites related to Mathematics or Physics.
-
This app requires MathJax to render LaTeX
-
questions.js holds the questions, question number, options, and answers
-
Inline equations can be rendered by enclosing them in the following way:
$latex x+5$
//or
\\(x+5\\)
- For equations that require backslash, use two backslashes in each instance as JS skips over one. Examples:
$latex \\frac{1}{2}$
$latex \\int f(x) dx$
- Live Site URL: https://jefferh30.github.io/Quiz-App-with-LaTeX-rendering/
- Semantic HTML5 markup
- CSS custom properties
- Simple JavaScript
- MathJax
- Website - Jefferson Huera