fix capa textline display to leave "inline" alone upon status change

This commit is contained in:
ichuang
2014-03-08 02:43:07 +00:00
parent 2da9042cc6
commit eb1cc23ca5

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: