I am creating differential equation questions for uploading in Canvas via zip QTI. As you may think I write something like
\[ y'' + y = x+1 \]
in the body of the question. I tested the question in a HTML display and it was ok, BUT when I build a QTI file for Canvas and upload it, the formula was not correctly displayed.
A workaround is to replace y'' with \frac{d^2y}{dx^2} which displays correctly but simply y' would be preferred.