{% extends 'base.html' %} {% block content %}
{{ question_data.question }}
{% if question_data.type != "order" and question_data.type != "guess" %}{{ option.value }}
0 Antworten
Richtige Anwort: {% for option in question_data.options%} {{ option.value }}{% endfor %}
(prozentuale Punktevergabe ab Genauigkeit von {{ question_data.tolerance }}%)
0 Antworten
SchÀtzung zu ungenau
0 Antworten
Richtige Reihenfolge
0 Antworten
Falsche Reihenfolge
0 Antworten
+{{ participant.last_score }} Punkte
{{ participant.score }} Punkte
{% if participant == my_participant or request.session.mode == "learn"%}+{{ participant.last_score }} Punkte
{% endif %} {% endif %}