{% set question = questions[0] %} Vprašanje: {{ question.questionText }}
Navodila: {{ question.instruction }}




{% for answer in question.answers %}
{{ answer.label | raw}}
{% for legend in answer.legend %}
{{ legend.label }}
{% endfor %} {% if loop.last %}
{{ plugin.low_score_text }}
{{ plugin.high_score_text }}
{% endif %}


{% endfor %}