{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Part 2 - Answers to check questions. First payment opportunity {% endblock %} {% block content %}
Time: {{ time }} seconds.
These are the answers to the questions in the previous page:
If your number is
{% if group.r_aux_g1 == 1 %} 70, {% elif group.r_aux_g1 == 2 %} 30, {% else %} 50, {% endif %}
and
{% if group.r_aux_g2 >= 0.5 %}
your fellow team members have
{% else %}
the other two participants have
{% endif %}
{% if group.r_aux_g1 == 1 %} 50 and 70, {% elif group.r_aux_g1 == 2 %} 50 and 30, {% else %} 40 and 60, {% endif %}
what is the payment?
◦ Your answer {{ player.quiz_1 }} was
{% if player.quiz_1 == "$2.00" %}correct.
{% else %}incorrect.{% endif %}
◦ The average of
{% if group.r_aux_g1 == 1 %} 70, 50 and 70, {% elif group.r_aux_g1 == 2 %} 30, 50 and 30, {% else %} 50, 40 and 60, {% endif %}
is {% if group.r_aux_g1 == 1 %} 63, {% elif group.r_aux_g1 == 2 %} 37, {% else %} 50, {% endif %}
which is {% if group.r_aux_g1 == 1 %} larger than 54, {% elif group.r_aux_g1 == 2 %} smaller than 46, {% else %} an even number, {% endif %}
hence
{% if group.r_aux_g2 >= 0.5 %}
you and your fellow {% if player.prt == 0 %} team {% elif player.prt == 1 %}
team {% endif %} members would each
{% else %}
you would
{% endif %}
get a payment of $2.00.
If your number is
{% if group.r_aux_g1 == 1 %} 50, {% elif group.r_aux_g1 == 2 %} 50, {% else %} 51, {% endif %}
and
{% if group.r_aux_g2 >= 0.5 %}
your fellow team members have
{% else %}
the other two participants have
{% endif %}
{% if group.r_aux_g1 == 1 %} 20 and 30, {% elif group.r_aux_g1 == 2 %} 80 and 70, {% else %} 41 and 61, {% endif %}
what is the payment?
◦ Your answer {{ player.quiz_3 }} was
{% if player.quiz_3 == "$0.00" %}correct.
{% else %}incorrect.{% endif %}
◦ The average of
{% if group.r_aux_g1 == 1 %} 50, 20 and 30, {% elif group.r_aux_g1 == 2 %} 50, 80 and 70, {% else %} 51, 41 and 61, {% endif %}
is {% if group.r_aux_g1 == 1 %} 33, {% elif group.r_aux_g1 == 2 %} 67, {% else %} 51, {% endif %}
which is {% if group.r_aux_g1 == 1 %} smaller than 54, {% elif group.r_aux_g1 == 2 %} larger than 46, {% else %} an odd number, {% endif %}
hence
{% if group.r_aux_g2 >= 0.5 %}
you and your fellow {% if player.prt == 0 %} team {% elif player.prt == 1 %}
team {% endif %} members would
{% else %}
you would
{% endif %}
not get a payment ($0.00).
Please click “Next” to see your random number and continue.
{% next_button %} {% endblock %}