{% if participant.language == 'en' %}Question {{ overall_num }} of 6{% else %}Frage {{ overall_num }} von 6{% endif %}
{% if participant.language == 'en' %}
In the next question you can choose either Box K or Box U.
Both hold 100 balls which can either be
{{ color_en }} or
{% if color_en == 'red' %}black{% else %}red{% endif %}.
For Box K, the exact mix of balls is shown below.
Box U also holds
{{ color_en }} and
{% if color_en == 'red' %}black{% else %}red{% endif %}
balls, but the mix is unknown.
One ball will be drawn at random from the box you choose.
You will win {{ C.PRIZE }} points if a
{{ color_en }} ball is drawn.
Imagine this decision involves real money, even though this task is hypothetical
and will not affect your payment.
{% else %}
In der nächsten Frage können Sie entweder Box K oder Box U wählen.
Beide Boxen enthalten 100 Kugeln, die entweder
{% if color_en == 'red' %}rot{% else %}schwarz{% endif %} oder
{% if color_en == 'red' %}schwarz{% else %}rot{% endif %} sind.
Bei Box K ist die genaue Zusammensetzung unten angegeben.
Box U enthält ebenfalls
{% if color_en == 'red' %}rote{% else %}schwarze{% endif %} und
{% if color_en == 'red' %}schwarze{% else %}rote{% endif %}
Kugeln, aber die Zusammensetzung ist unbekannt.
Aus der gewählten Box wird eine Kugel zufällig gezogen.
Sie würden {{ C.PRIZE }} Punkte gewinnen, wenn eine
{% if color_en == 'red' %}rote{% else %}schwarze{% endif %}
Kugel gezogen wird.
Stellen Sie sich vor, diese Entscheidung wäre real, auch wenn die Aufgabe hypothetisch ist
und keinen Einfluss auf Ihre Auszahlung hat.
{% endif %}
Box K
{% if participant.language == 'en' %}Chance{% else %}Chance{% endif %}