{{ score }}/{{ questions|length }} - {{ test_type }} Test Result
Question
Your answer
Correct answer
explanation
{% for question in questions %}
{{ question.question }}
{{ user_answers[question.id] }}
{{ question.answer }}
{{ question.feedback }}
{% endfor %}
Take another test