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

This is to check your attention.
{% if player.participant.Ana_Edmt_Mmb1 == 30 %} {{ player.participant.Ana_fname_Mmb1 }}{% elif player.participant.Ana_Edmt_Mmb2 == 30 %} {{ player.participant.Ana_fname_Mmb2 }}{% elif player.participant.Ana_Edmt_Mmb3 == 30 %}{{ player.participant.Ana_fname_Mmb3 }}{% endif %}-I {% if player.participant.Ana_Endowment == 30 %}(you){% endif %} received the high endowment, because {% if player.participant.Ana_Endowment == 30 %}you{% else %}he/she{% endif %} {% if Ana_RankingType == 3 or Ana_RankingType == 4 %} had the {{ form.Ana_Att1 }} heads {% else %} grabbed the {{ form.Ana_Att1 }} number {% endif %}
{% if Ana_RankingType == 3 or Ana_RankingType == 4 %} flipped in the Coin Flipping Task {% else %} of tokens in the Token Grabbing Task {% endif %} among your three group members.


{% endblock %}