{% block title %} Player B, (Round {{ round_number }}/{{ num_rounds }}) {% endblock %} {% block content %}

In this game you have been assigned the role of Player B. You will need to decide how much to produce.

In this round, Player A has established a tax level of {{ group.tax_amount }}%, which means he will receive {{ group.tax_amount }}% of your points production.

By adjusting the sliders to the middle, you can produce points ranging from 0 to 10. Each slider represents 1 point. When a slider is correctly adjusted to the middle, it turns green, indicating you've earned a point.

You have the option to halt production or to opt-out of continuing the task by clicking the 'stop' button.

You will have {{ task_timeout }} seconds = {{ task_timeout_minutes }} minutes to complete this task.

For clarity, please refer to this example of how the sliders work:

example-movingsliders

{% if round_number > 1 %} {% for round in round_results %} {% endfor %}
Round Player A Player B Your Payoff
{{ round.round_number }} {{ round.tax_amount }} {{ round.p2_current_round }} {{ round.payoff }}
{% endif %}

Once you're prepared, click the 'Next' button to move forward.

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