feat: quiz validations and marks

This commit is contained in:
Jannat Patel
2023-10-16 19:52:36 +05:30
parent 174ea1ddd4
commit 12bec14c92
10 changed files with 140 additions and 47 deletions

View File

@@ -51,7 +51,8 @@
data-multi="{{ question.multiple }}" data-qt-index="{{ loop.index }}">
<div>
<div class="question-number">
{{ _("Question ") }}{{ loop.index }}: {{ instruction }}</div>
{{ _("Question ") }}{{ loop.index }}: {{ instruction }}
</div>
<div class="question-text">
{{ question.question }}
</div>