{% extends "global/Page.html" %} {% block title %}
Endowment Assignment
{% endblock %} {% block content %}

In your group of three members, the endowments for the 16 rounds are shown below:
{{ player.participant.Ana_fname_Mmb1 }}-{% if Ana_generation == 1 %}I{% elif Ana_generation == 2 %}II{% else %}III{% endif %} {% if player.participant.my_order == 1 %}
(You)
{% else %}
(Not You)
{% endif %}
{{ player.participant.Ana_fname_Mmb2 }}-{% if Ana_generation == 1 %}I{% elif Ana_generation == 2 %}II{% else %}III{% endif %} {% if player.participant.my_order == 2 %}
(You)
{% else %}
(Not You)
{% endif %}
{{ player.participant.Ana_fname_Mmb3 }}-{% if Ana_generation == 1 %}I{% elif Ana_generation == 2 %}II{% else %}III{% endif %} {% if player.participant.my_order == 3 %}
(You)
{% else %}
(Not You)
{% endif %}
{{ player.participant.Ana_Edmt_Mmb1 }} ECUs ({% if player.participant.Ana_Edmt_Mmb1 == 30 %}High{% else %}Low{% endif %})
{{ player.participant.Ana_Edmt_Mmb2 }} ECUs ({% if player.participant.Ana_Edmt_Mmb2 == 30 %}High{% else %}Low{% endif %})
{{ player.participant.Ana_Edmt_Mmb3 }} ECUs ({% if player.participant.Ana_Edmt_Mmb3 == 30 %}High{% else %}Low{% endif %})
You have received the {% if player.participant.Ana_Endowment == 30 %}high{% else %}low{% endif %} endowment.

The high endowment above was assigned to who {% if Ana_RankingType == 1 %} grabbed the least number of tokens in the Token Grabbing Task among your three group members. {% elif Ana_RankingType == 2 %} grabbed the most number of tokens in the Token Grabbing Task among your three group members. {% elif Ana_RankingType == 3 %} had the most heads flipped in the Coin Flipping Task among your three group members. {% elif Ana_RankingType == 4 %} had the least heads flipped in the Coin Flipping Task among your three group members. {% endif %}


Please read the information above carefully.
The button will appear shortly.
{% endblock %}