This commit is contained in:
2026-03-09 19:56:25 +01:00
parent 6d3402b8e3
commit 4918f49445
17 changed files with 290 additions and 224 deletions
@@ -0,0 +1,5 @@
{% for question in quiz.questions %}
{% for answer in question.answers %}
{{ answer.text }}<br>
{% endfor %}
{% endfor %}