Commit 171650d2 by ichuang

Merge pull request #2870 from edx/bugfix/ichuang/capa-display-status

fix capa textline display to leave "inline" alone upon status change
parents c543dbb6 eb1cc23c
......@@ -444,7 +444,7 @@ class @Problem
$p = $(element).find('p.status')
`// Translators: the word unanswered here is about answering a problem the student must solve.`
$p.text gettext("unanswered")
$p.parent().removeClass().addClass "unanswered"
$p.parent().removeClass("correct incorrect").addClass "unanswered"
inputtypeSetupMethods:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment