{{ question.question }}

    {% for answer in question.answers %}
  • {% if answer.isRightAnswer %}{% endif %} {{ answer.text }} {% if answer.candidates|length > 0 %} {{ answer.candidates|map(c => c.name)|join(', ') }} {% endif %}
  • {% else %}
  • {{ 'There are no answers for this question'|trans }}
  • {% endfor %}