@Tasha_Biesinger
Merely having an HTML answer is not sufficient (by itself) to keep it out of the quiz statistics.
Here's a multiple answers question where the responses used the HTML editor to get the subscripts.
And here is how they show up in the Quiz Statistics.
I would look at what was in the answer rather than just the fact that it is HTML. Any HTML is showing up for me as plaintext, but any images are not showing up.
For example, one answer is <p>x<sub>1</sub></p>. If you take apply the textContent property to that, you get x1.
Something has changed, though. When I last looked at this, the quiz responses were blank if all that I had as an image. Now, it's saying "No answer text provided."
Worse, for some image that are equations, I'm getting the HTML of the image. This is what it shows in the Quiz Statistics for one of my multiple choice questions.
<img class="equation_image" title="\begin{array}{rrrrr}5x+3y\ge30\\x+2y\le10\end{array}" src="https://richland.instructure.com/equation_images/%255Cbegin%257Barray%257D%257Brrrrr%257D5x%2526%252B%25263y%2526%255Cge%252630%255C%255Cx%2526%252B%25262y%2526%255Cle%252610%255Cend%257Barray%257D" alt="LaTeX: \begin{array}{rrrrr}5x+3y\ge30\\x+2y\le10\end{array}" data-equation-content="\begin{array}{rrrrr}5x+3y\ge30\\x+2y\le10\end{array}" data-mathml='math xmlns="http://www.w3.org/1998/Math/MathML" mtable columnalign="right right right right right" rowspacing="4pt" columnspacing="1em" mtr mtd mn5/mn mix/mi /mtd mtd mo+/mo /mtd mtd mn3/mn miy/mi /mtd mtd mo#x2265;!-- ≥ --/mo /mtd mtd mn30/mn /mtd /mtr mtr mtd mix/mi /mtd mtd mo+/mo /mtd mtd mn2/mn miy/mi /mtd mtd mo#x2264;!-- ≤ --/mo /mtd mtd mn10/mn /mtd /mtr /mtable /math'>
For others, I'm just getting the "No answer text provided." message.
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.