{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block content %}

The Session is Over

Payment from Part One

{# #}
1 2
Your Choice1 {{ sh_game_ee }},{{ sh_game_ee }} {{ sh_game_es }},{{ sh_game_se }}
2 {{ sh_game_se }},{{ sh_game_es }} {{ sh_game_ss }},{{ sh_game_ss }}
  • This environment was randomly chosen
    to determine your part one payment.
  • Thus, you earned {{ sh_points }} points in part one
    of the session, which converts to ${{ sh_dollars }} .

Payment from Part Two

Points Earned

{{ pd_points }}

Dollars Earned

{{ pd_dollars }}

Total Payment

{{ payment }} = ${{ sh_dollars }} + {{ pd_dollars }}
{% endblock %}