{{ test_name }} Quiz

Test your knowledge and skills

{% for q_id, q_data in questions.items() if q_id != "theory" %}

Q{{ loop.index }}. {{ q_data.question }}

{% for option in q_data.options %}
{% endfor %}
{% endfor %}