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

Your role is Person B in this game.

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

For each point Person A uses in this stage, you have to solve {% if player.treatment == 'Harm' %} {{ sliders_per_point_harm }} {% else %}{{ Constants.SlidersPerPoint }} {% endif %} fewer sliders at the end of the experiment.

How many points (between 0 points and {{ max_compensation | c }}) do you guess Person A will use to reduce the number of sliders for you? {% formfield group.compensation_belief_harmed2 label = "" %} {% next_button %} {% endblock %}