Anyone knows how to add equations e.g (set [a , b) = {x ∈ R a ≤ x < b} ) and limits equations on open edx. I'm having a issue in uploading the content like Multiple Choices and Text.
Asked
Active
Viewed 36 times
1 Answers
0
If you are looking for course authoring, you can use MathJax for this kind of mathematical equations.
edX Mathjax documentation here
examples here
For your example, You can use this notation.
set [a , b] = {x ∈ R a ≤ x < b}
\[ a , b = x \in\Bbb R a \le x \lt b \]
And you will get this,

Isanka Wijerathne
- 3,746
- 3
- 26
- 34