{% extends "global/Page.html" %} {% load otree %} {% block title %} Option Choice {% endblock %} {% block content %}
Please tilt your device to see the page.

The computer chose choice situation {{ player.payoffrelevant_round_part2 }}.

In this situation, you decided to choose an option yourself and to {% if price > 0 %} pay a price of {{ player.current_price | to0 }} {{ Constants.currency }}.

{% else %} receive a bonus of {{ bonus | to0 }} {{ Constants.currency }}.

{% endif %} Please choose one of the options:

Option A
Option B
Participant 3 gets {{ player.optionA_high | to0 }} {{ Constants.currency }}

Participant 4 gets {{ player.optionA_low | to0}} {{ Constants.currency }}
Participant 3 gets {{ player.optionB_high | to0 }} {{ Constants.currency }}

Participant 4 gets {{ player.optionB_low | to0 }} {{ Constants.currency }}





{% endblock %}