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

fix capa textline display to leave "inline" alone upon status change
This commit is contained in:
ichuang
2014-03-10 10:47:47 -04:00

View File

@@ -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: