{% extends "global/Page.html" %} {% load otree static %} {% block title %}
Your decision - stage 2 Part 3 - Round {{ displayed_round_number }}
{% endblock %} {% block content %} {% include 'compensation_beliefs/InstructionsBase.html' %}

Your role is Player A in this game.

The price of the product in this round is {{ player.price }}. You have chosen to buy the product.

For each point you use in this stage, Person B has to solve {{ Constants.SlidersPerPoint }} fewer sliders at the end of the experiment.

How many points (between 0 points and {{ max_compensation | c }}) would you like to use to reduce the number of sliders for Person B? {% formfield group.compensation_decision_buyer2 label="" %} {% next_button %} {% endblock %}