{% extends "global/Page.html" %} {% load otree %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %}
Your estimate Part{% if subsession.round_number < first_round_part3 %} 2 {% else %} 3 {% endif %}- Round {{ displayed_round_number }}
{% endblock %} {% block content %} {% include 'compensation_beliefs/InstructionsBase.html' %}

Your role is Person A in this part.

The price of the product in this round is {{ player.price }}.

What is the probability that the other Person A you are matched with will buy?
0%
certainly not buy
{% if player.role == "Person A" %} {% else %} {% endif %}
100%
certainly buy
{% if subsession.round_number >= first_round_part3 %}
Assume now that the Person A you are matched with in this round has bought the good. Each point spent by a Person A in Stage 2 reduces the number of sliders Person B has to solve at the end of the experiment by {{ Constants.SlidersPerPoint }} sliders.
How many points (between 0 points and {{ max_compensation | c }}) will the other Person A use to reduce the number of sliders for Person B?
{% if player.role == "Person A" %} {% else %} {% endif %}
{% endif %}
{% endblock %}