{% extends "global/Page.html" %} {% load otree static %} {% block title %}
| Your decision - stage 2 | Part 3 - Round {{ displayed_round_number }} |
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, {% if player.treatment == 'Harm' %}each {% endif %}Person B has 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 }}) would you like to use to reduce the number of sliders for {% if player.treatment == 'Harm' %}each {% endif %}Person B? {% formfield group.compensation_decision label="" %} {% next_button %} {% endblock %}