mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-07 08:00:15 +02:00
6 lines
138 B
Twig
6 lines
138 B
Twig
{% for question in quiz.questions %}
|
|
{% for answer in question.answers %}
|
|
{{ answer.text }}<br>
|
|
{% endfor %}
|
|
{% endfor %}
|