fix exception in LMS when rendering newly create multiple choice problems. The capa module is barfing on the HTML comment which was in there and the XML parser couldn't handle it.

This commit is contained in:
Chris Dodge
2012-10-13 22:19:48 -04:00
parent 1b4f569c08
commit 444d4b1054

View File

@@ -8,7 +8,7 @@ data: |
<p>
A multiple choice response problem presents radio buttons for student
input. <!-->One or more of the choice may be correct.--> Correctness of
input. Correctness of
input is evaluated based on expected answers specified within each
"choice" stanza.
</p>