{% extends "global/Page.html" %} {% load otree static %} {% block title %}Payments{% endblock %} {% block content %}
The game selected for payment is game {{ game_selected }}. These are the decisions made in the selected game.
Round / Information | Your Decision | {{ a1 }} | Your Payoff |
Round 1 | {{ a4 }} | {{ a3 }} | {{ a2 }} |
Round 2 | {{ a7 }} | {{ a6 }} | {{ a5 }} |
Round 3 | {{ a10 }} | {{ a9 }} | {{ a8 }} |
Round 4 | {{ a13 }} | {{ a12 }} | {{ a11 }} |
Round 5 | {{ a16 }} | {{ a15 }} | {{ a14 }} |
Your total earnings in this experiment = Earnings from Part I Puzzle + Earnings from Part I decision stage + Earnings from Part II Puzzle + Earnings from Part II decision stage + $7.00 show up fee.
Thank you for participating in this experiment. The experiment has ended. Please stay seated until the experimenter tells you otherwise.
{% endblock %}