diff --git a/school/public/css/style.css b/school/public/css/style.css index 8118bd51..e992eb61 100644 --- a/school/public/css/style.css +++ b/school/public/css/style.css @@ -466,10 +466,6 @@ input[type=checkbox] { align-items: center; } -.chapter-title[aria-expanded="true"] { - background: var(--gray-100); -} - .chapter-description { margin: 0.75rem 3rem 1rem; } @@ -1715,3 +1711,7 @@ pre { .reviews-parent .progress-bar { background-color: var(--gray-600); } + +.body-content { + +} diff --git a/school/templates/quiz.html b/school/templates/quiz.html index 640f0569..3c3dd490 100644 --- a/school/templates/quiz.html +++ b/school/templates/quiz.html @@ -11,9 +11,9 @@
{{ frappe.utils.md_to_html(question.question) }}
{% if question.multiple %} - Choose all answers that apply: + {{ _("Choose all answers that apply:") }} {% else %} - Choose 1 answer: + {{ _("Choose 1 answer:") }} {% endif %} @@ -47,12 +47,12 @@ - +