diff --git a/problem_builder/public/css/questionnaire.css b/problem_builder/public/css/questionnaire.css index 665106f9..5ed8c284 100644 --- a/problem_builder/public/css/questionnaire.css +++ b/problem_builder/public/css/questionnaire.css @@ -22,6 +22,11 @@ .mentoring div[data-block-type=pb-mrq] .questionnaire .choice-result { display: inline-block; + padding: 0; + margin: 0 5px; + background: none; + border: none; + outline: none; } .mentoring .questionnaire .choice { diff --git a/problem_builder/templates/html/mrqblock.html b/problem_builder/templates/html/mrqblock.html index 111697a8..19e8a90b 100644 --- a/problem_builder/templates/html/mrqblock.html +++ b/problem_builder/templates/html/mrqblock.html @@ -8,11 +8,11 @@

{{ self.display_name_
{% for choice in custom_choices %}
-
+ data-label_incorrect="{% trans "Incorrect" %}">