×
Payment opportunities.
Only one out of the two payment opportunities will be randomly selected to be paid out.
First payment opportunity:
It depends on the average of the three numbers:
- If the average is
{% if group.r_aux_g5 == 1 %}
{% if group.r_aux_g1 == 1 %}
{% if player.id_in_group == 1 %}
smaller than 46,
{% else %}
larger than 54,
{% endif %}
{% elif group.r_aux_g1 == 2 %}
{% if player.id_in_group == 1 %}
larger than 54,
{% else %}
smaller than 46,
{% endif %}
{% else %}
{% if player.id_in_group == 1 %}
an odd number (a multiple of 2),
{% else %}
an even number (a multiple of 2),
{% endif %}
{% endif %}
{% if group.r_aux_g2 >= 0.5 %}
{% if player.id_in_group == 1 %} you will {% else %} you and one other team member will each {% endif %}
get a payment of $2.00,
{% if player.id_in_group == 1 %} the other two team members {% else %} the third team member {% endif %}
will get nothing ($0.00).
- If the average is
{% if group.r_aux_g1 == 1 %}
{% if player.id_in_group == 1 %}
larger than 54,
{% else %}
smaller than 46,
{% endif %}
{% elif group.r_aux_g1 == 2 %}
{% if player.id_in_group == 1 %}
smaller than 46,
{% else %}
larger than 54,
{% endif %}
{% else %}
{% if player.id_in_group == 1 %}
an even number (a multiple of 2),
{% else %}
an odd number (a multiple of 2),
{% endif %}
{% endif %}
{% if player.id_in_group == 1 %} the other two team members will each {% else %} the referred third team member will {% endif %}
get a payment of $2.00, and
{% if player.id_in_group == 1 %} you {% else %} you and the other team member {% endif %}
will get nothing ($0.00).
{% if group.r_aux_g1 != 3 %} - If the average is between 46 and 54, no one will get
anything ($0.00). {% endif %}
{% else %}
you will get a payment of $2.00.
{% endif %}
{% else %}
{% if group.r_aux_g1 == 1 %} larger than 54,
{% elif group.r_aux_g1 == 2 %} smaller than 46,
{% else %} an even number (a multiple of 2).
{% endif %}
{% if group.r_aux_g2 >= 0.5 %}
you will get a payment of $2.00. The same rules apply to the other two team members,
they will also get $2.00 each.
{% else %}
you will get a payment of $2.00.
{% endif %}
- If the average is between 0 and 54, you get nothing ($0.00). The same applies to the other two team members.
{% endif %}