Text in JQR items sometimes have HTML added
3.1.1.j.jqr:
text: Assume a function contains the following line of code:\n
static int someNum = 0\;\n
If that function is called multiple times in a program, the variable someNum will only be defined the first call, and its previous value on subsequent calls will be kept instead of being set to 0.
3.1.1.j.jqr.response.yaml:
text: >-
Assume a function contains the following line of code:<div
style='width:1898px;padding:0px;text-align:left;margin:0px auto;font:12pt
monospace;'> static int someNum = 0\;<br> If that function is called
multiple times in a program, the variable someNum will only be defined the
first call, and its previous value on subsequent calls will be kept instead
of being set to 0.<br></div>
The quiz tool is including the HTML formatted text instead of the raw, original text.
The quiz should not change the raw text in the response, even if it formats the text.