{% extends "global/Page.html" %} {% load otree %} {% block title %} Choice situation {{ player.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %}
In choice situation {{ current_round }}, you {% if player.current_price > 0 %} pay a price of {{ player.current_price | to0 }} {{ Constants.currency }}, if you choose an option yourself. {% elif player.current_price < 0 %} receive a bonus of {{ bonus | to0}} {{ Constants.currency }}, if you choose an option yourself. {% elif price == 0 %}
![]() You |
|
![]() |
![]() |
![]() You choose an option yourself and {% if player.current_price > 0 %} pay a price of {{ player.current_price | to0 }} {{ Constants.currency }}. {% elif player.current_price < 0 %} receive a bonus of {{ bonus | to0 }} {{ Constants.currency }}. {% endif %} |
![]() The participant type 3 chooses an option for you {% if player.current_price > 0 %} and you don't pay a price. {% elif player.current_price < 0 %} and you don't receive a bonus. {% endif %} |
|
|
|||||
|
|
|
||||