{% extends "global/Page.html" %} {% load otree static %} {% block title %}
| Your purchasing decision | Part{% if subsession.round_number < first_round_part3 %} 2 {% else %} 3 {% endif %}- Round {{ displayed_round_number }} |
|
The price of the product in this round is {{ player.price }}. {% formfield group.buy_decision %} |
{% if player.treatment == 'Risk' %}
If you decide to buy the product and this round is selected for payment, Person B will have to solve {{ harmed_sliders }} sliders.
If you decide to buy the product and this round is selected for payment,
{% if player.treatment == "Harm" %}two{% endif %} Person B{% if player.treatment == "Harm" %}s{% endif %}
will have to solve {{ harmed_sliders }} sliders{% if player.treatment == "Harm" %} each{% endif %}.
|