fix: quiz card layout

This commit is contained in:
Jannat Patel
2022-02-21 15:23:23 +05:30
parent 28ef8e7db7
commit eb073ebe87
4 changed files with 24 additions and 18 deletions

View File

@@ -108,7 +108,7 @@
{% set progress = get_progress(course.name, lesson.name) %}
<div class="custom-checkbox {% if progress == 'Complete' %} hide {% endif %}">
<label class="quiz-label">
<input class="option mark-progress" type="checkbox" checked>
<input class="mark-progress" type="checkbox" checked>
<img class="empty-checkbox" />
<span class="small">{{ _("Mark as complete on moving to the next lesson") }}</span>
</label>