Skip to content
Snippets Groups Projects
Commit eb1cc23c authored by ichuang's avatar ichuang
Browse files

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

parent 2da9042c
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment