fix: quiz submission page rendering

This commit is contained in:
Jannat Patel
2023-11-22 17:27:42 +05:30
parent 81db6c544d
commit 6f40c357b3
7 changed files with 57 additions and 11 deletions

View File

@@ -10,9 +10,6 @@
<li>
{{ _("You will have to get {0}% correct answers in order to pass the quiz.").format(quiz.passing_percentage) }}
</li>
<li>
{{ _("Without passing the quiz you won't be able to complete the lesson.") }}
</li>
{% endif %}
{% if quiz.max_attempts %}