{% extends "global/Page.html" %} {% load otree static %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {% block title %}
CASE 3 - TRAINING
{% 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 }} to charity {% if player.association_choice == 'World Wide Fund for Nature - UK (WWF)' %} WWF {% elif player.association_choice == 'GreenPeace - UK (GP)' %} GP {% elif player.association_choice == 'Sea Shepherd (SP)' %} SP {% elif player.association_choice == 'The Nature Conservancy (NC)' %} NC {% elif player.association_choice == 'Surfers Against Sewage (SAS)' %} SAS {% endif %}
{% endblock %} {% block scripts %} {% endblock %}