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 %}
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 received the high endowment, because he/she
{% 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 the three group members.