{% extends "global/Page.html" %} {% load otree %} {% block title %} {% if participant.language == 'en' %} FUNI - Part 2 {% elif participant.language == 'de' %} FUNI - 2. Teil {% endif %} {% endblock %} {% block content %}

{% if participant.language == 'en' %}Instructions Complete{% else %}Instruktionen abgeschlossen{% endif %}

{% if participant.language == 'en' %}You are ready to begin!{% else %}Sie können jetzt beginnen!{% endif %}

{% if participant.language == 'en' %}

You have successfully read and understood all instructions. The experiment will now begin.

Phase 1 Investment decision — form a group connection with your partner.
Phase 2 Encoding task — {{ C.PHASE2_MIN }} minutes, {{ C.POINTS_PER_BLOCK }} points per correct block.
Phase 3 Random loss of connection and Decision on the next steps.
Phase 4 Encoding task — {{ C.PHASE4_MIN }} minutes with your chosen option.
🔔 Reminder: All decisions are anonymous. Your earnings depend on your own decisions and those of your partner.

Click Start Experiment when you are ready.

{% else %}

Sie haben alle Instruktionen erfolgreich gelesen und verstanden. Das Experiment beginnt jetzt.

Phase 1 Investitionsentscheidung — Gruppenverbindung mit Ihrem*Ihrer Partner*in aufbauen.
Phase 2 Kodieraufgabe — {{ C.PHASE2_MIN }} Minuten, {{ C.POINTS_PER_BLOCK }} Punkte pro korrektem Block.
Phase 3 Zufällige Zerstörung der Verbindung und Entscheidung über weiteren Verlauf.
Phase 4 Kodieraufgabe — {{ C.PHASE4_MIN }} Minuten mit der gewählten Option.
🔔 Hinweis: Alle Entscheidungen sind anonym. Ihre Verdienste hängen von Ihren eigenen Entscheidungen und denen Ihres*Ihrer Partners*in ab.

Klicken Sie auf Experiment starten, wenn Sie bereit sind.

{% endif %}
{% endblock %}