Files
TijdVoorDeTest/templates/backoffice/quiz/tab_candidates.html.twig
T
2026-03-09 19:56:25 +01:00

6 lines
138 B
Twig

{% for question in quiz.questions %}
{% for answer in question.answers %}
{{ answer.text }}<br>
{% endfor %}
{% endfor %}