{% 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.

Game Information

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 }}

  • In the decision stage of Part II of the experiment, you earned {{ Points_earned }} ECUs. This includes {{points_from_2}} from the selected game and {{rr_msg}} from the game 3 lottery.
  • The exchange rate for the points earned is: 100 ECUs = $1.00
  • Your points from the puzzles will be handed to you privately by the experimenter
  • 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 %}