{% extends "global/Page.html" %} {% load otree static %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {% block title %} {% endblock %} {% block content %} {% for wtp in participant.vars.WTP_values %} {% endfor %}
Place the mouse cursor here to display the urn
Option A
Choose A Choose B
Option B
A green ball gives you £{{ player.x1_me|floatformat:2 }}
A red ball gives you £{{ player.x2_me|floatformat:2 }}
£{{ wtp|floatformat:2 }} for you
{% endblock %} {% block scripts %} {% endblock %}