{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {% load otree static otree_tools %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** SCRIPTS *** #} {# ****************************************************************************************************************** #} {% block scripts %} {% if Constants.small_pies == True or Constants.large_pies == True %} {% endif %} {% if Constants.enforce_consistency == True %} {% if Constants.one_choice_per_page == False and Constants.random_order == False %} {% endif %} {% endif %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %} {% tracking_time %} {% tracking_focus %} {% include 'mpl_private/Instructions.html' %}
{% if Constants.one_choice_per_page == True and Constants.progress_bar == True %}
{% endif %} {% if Constants.one_choice_per_page == True and Constants.large_pies == True %}
{% for i,f,p in choices %} {% endfor %}
{% trans "Option A" %} {% trans "Option B" %}
{% with j=i|stringformat:"s" %} {% with pies_a="pie_a_"|add:j %}
{% endwith %} {% endwith %}
{% with j=i|stringformat:"s" %} {% with pies_b="pie_b_"|add:j %}
{% endwith %} {% endwith %}
{% else %}
{% endif %} {% if Constants.small_pies == True %} {% endif %} {% for i,f,p in choices %} {% endif %} {% if Constants.small_pies == True %} {% endif %} {% endfor %}
{% if Constants.small_pies == True %} Präferenz Option A: play the game {% trans "Option B: opt out" %}
{% if Constants.small_pies == True %} {% with j=i|stringformat:"s" %} {% with pies_a="pie_a_"|add:j %}
{% endwith %} {% endwith %}
{{ i }} Would you rather play the game or receive {{ p }} points {% with j=i|stringformat:"s" %} {% with pies_b="pie_b_"|add:j %}
{% endwith %} {% endwith %}
{% next_button %} {% endif %}
{% endblock %}