From c3fac64280bf558fcbab9ece48aea6514904e2a9 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 21 Feb 2022 14:55:20 +0530 Subject: [PATCH] fix: translations and sidebar --- school/public/css/style.css | 8 ++++---- school/templates/quiz.html | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) 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 @@ -
Try Again
+
{{ _("Try Again") }}