{% extends "global/Page.html" %} {% load otree %} {% block title %}
| Your guess - stage 2 | Part 3 - Round {{ displayed_round_number }} |
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.
{% if player.treatment == "Responsibility" %} How many points (between 0 points and {{ max_compensation | c }}) do you guess a Person A who buys will use to reduce the number of sliders for you? {% formfield group.compensation_belief_harmed label = "" %} {% else %} 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_harmed label = "" %} {% endif %} {% next_button %} {% endblock %}