{% extends "global/Page.html" %} {% load otree %} {% load mathfilters %} {% block title %} Results {% endblock %} {% block content %}
The row in bold shows your own allocations to the public account, and the other rows show others' allocations
You are only shown allocations from players in your group. Question marks replace any allocations not currently shown to you.
In Rounds 1 through 3, you are paired in groups of 2. In Rounds 4 through 6, your group will have been combined with another and so you will see three other players' allocation histories. In each round past that, you will see all other players' allocation histories.
After each round, there is a 10% probability that the experiment will end, except for Round 15, after which it will end.
| {{ c }} | {% elif forloop.counter0 > 3 %}{{ c }} | {% else %}{{ c }} | {% endif %} {% endfor %} {% elif forloop.counter0 in g12 %} {% for c in h %} {% if forloop.counter0 > 6 %}{{ c }} | {% elif forloop.counter0 > 3 %}{{ c }} | {% else %}{{ c }} | {% endif %} {% endfor %} {% elif forloop.counter0 in g13 %} {% for c in h %} {% if forloop.counter0 > 6 %}{{ c }} | {% elif forloop.counter0 > 3 %}{{ c }} | {% else %}{{ c }} | {% endif %} {% endfor %} {% elif forloop.counter0 in g14 %} {% for c in h %} {% if forloop.counter0 > 6 %}{{ c }} | {% elif forloop.counter0 > 3 %}{{ c }} | {% else %}{{ c }} | {% endif %} {% endfor %} {% else %} {% for c in h %}{{ c }} | {% endfor %} {% endif %}
| {{ c }} | {% elif forloop.counter0 > 3 %}{{ c }} | {% else %}{{ c }} | {% endif %} {% endfor %} {% elif forloop.counter0 in g12 %} {% for c in h %} {% if forloop.counter0 > 6 %}{{ c }} | {% elif forloop.counter0 > 3 %}{{ c }} | {% else %}{{ c }} | {% endif %} {% endfor %} {% elif forloop.counter0 in g13 %} {% for c in h %} {% if forloop.counter0 > 6 %}{{ c }} | {% elif forloop.counter0 > 3 %}{{ c }} | {% else %}{{ c }} | {% endif %} {% endfor %} {% elif forloop.counter0 in g14 %} {% for c in h %} {% if forloop.counter0 > 6 %}{{ c }} | {% elif forloop.counter0 > 3 %}{{ c }} | {% else %}{{ c }} | {% endif %} {% endfor %} {% else %} {% for c in h %}{{ c }} | {% endfor %} {% endif %}
Your average payoff per round so far in this experiment has been {{ p }}.
{% if l %} This is the end of the experiment. Your total earnings are {{ p }}. {% else %} {% next_button %} {% endif %} {% endblock %}