{% for answer, chosen, correct in question.answers %}
<li style="{% if chosen %}font-weight: bold;{% endif %}{% if correct %}color: #00cc44;{% endif %}">{{ answer }}</li>
{% endfor %}
{% for answer, chosen, correct in question.answers %}
<li style="{% if chosen %}font-weight: bold;{% endif %}{% if correct %}color: #00cc44;{% endif %}">{{ answer }}</li>
{% endfor %}