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


Below is a description of the history of assignment of endowments in your group.

{{ player.participant.Ana_fname_Mmb1 }}-I {% if MyOrder == 1 %}
(Your Family)
{% else %}
(Not You)
{% endif %}
{{ player.participant.Ana_Edmt_Mmb1 }} ECUs ({% if player.participant.Ana_Edmt_Mmb1 == 30 %}High{% else %}Low{% endif %})
{{ player.participant.Ana_fname_Mmb2 }}-I {% if MyOrder == 2 %}
(Your Family)
{% else %}
(Not You)
{% endif %}
{{ player.participant.Ana_Edmt_Mmb2 }} ECUs ({% if player.participant.Ana_Edmt_Mmb2 == 30 %}High{% else %}Low{% endif %})
{{ player.participant.Ana_fname_Mmb3 }}-I {% if MyOrder == 3 %}
(Your Family)
{% else %}
(Not You)
{% endif %}
{{ player.participant.Ana_Edmt_Mmb3 }} ECUs ({% if player.participant.Ana_Edmt_Mmb3 == 30 %}High{% else %}Low{% endif %})
{% if MyOrder == 1 %}{{ player.participant.Ana_fname_Mmb1 }}-I {% elif MyOrder == 2 %} {{ player.participant.Ana_fname_Mmb2 }}-I {% elif MyOrder == 3 %} {{ player.participant.Ana_fname_Mmb3 }}-I {% endif %} received the {% if player.participant.Ana_Endowment == 30 %}high{% else %}low{% endif %} endowment.

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


{{ player.participant.Ana_fname_Mmb1 }}-II {% if MyOrder == 1 %}
(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_fname_Mmb2 }}-II {% if MyOrder == 2 %}
(You)
{% else %}
(Not You)
{% endif %}
{{ player.participant.Ana_Edmt_Mmb2 }} ECUs ({% if player.participant.Ana_Edmt_Mmb2 == 30 %}High{% else %}Low{% endif %})
{{ player.participant.Ana_fname_Mmb3 }}-II {% if MyOrder == 3 %}
(You)
{% else %}
(Not You)
{% endif %}
{{ player.participant.Ana_Edmt_Mmb3 }} ECUs ({% if player.participant.Ana_Edmt_Mmb3 == 30 %}High{% else %}Low{% endif %})
{% if MyOrder == 1 %}{{ player.participant.Ana_fname_Mmb1 }}-II {% elif MyOrder == 2 %} {{ player.participant.Ana_fname_Mmb2 }}-II {% elif MyOrder == 3 %} {{ player.participant.Ana_fname_Mmb3 }}-II {% endif %} (You) has received the {% if player.participant.Ana_Endowment == 30 %}high{% else %}low{% endif %} endowment.

In the second generation, these endowments were directly transferred from families in the previous generation to successors in the next generation.


{% endblock %}