{{ score }}/{{ questions|length }} - {{ test_type }} Test Result

{% for question in questions %} {% endfor %}
Question Your answer Correct answer explanation
{{ question.question }} {{ user_answers[question.id] }} {{ question.answer }} {{ question.feedback }}