{% block title %} Results (Round {{ round_number }}/{{ num_rounds }}) {% endblock %} {% block content %}

Player A chose {{ group.tax_amount }}%. This percentage of Player B's production is transferred to Player A.

Player B produced {{ p2_current_round }} points.

Therefore, {% if player.id_in_group == 1 %} your (Player A) {% else %} your (Player B) {% endif %} total payoff is {{ player.payoff }}.

{% for round in round_results %} {% endfor %}
Round
({{ round_number }}/{{ num_rounds }})
Player A
(tax)
Player B
(produced)
Your Payoff
{{ round.round_number }} {{ round.tax_amount }} {{ round.p2_current_round }} {{ round.payoff }}
Your Total Payoff: {{ total_payoff }}
{% if round_number == num_rounds %}

We invite you to participate in a short survey following this page. Your responses are valuable to our research.

The bonus conversion rate is 100 points = $1.00, rounded to the nearest tenth. Please note that this may exclude any potential commissions.

{% endif %}
{{ next_button }}
{% endblock %} {% block scripts %} {% endblock %}