{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% if Constants.one_page %} {% if list_ordering == 'xy' %} {% else %} {% endif %} {% endif %} {% endblock %} {# ****************************************************************************************************************** #} {# *** SCRIPTS *** #} {# ****************************************************************************************************************** #} {% block scripts %} {% if Constants.enforce_consistency %} {% endif %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}
Please make your decision in the following problems.
Once you click on an option for a row, choices for other rows indicated by your choice will be filled automatically (this will save you time).
{# ----------------------------------------------------------------------------------------------------------- #} {# --- x-List --- #} {# ----------------------------------------------------------------------------------------------------------- #} {% if show_x %}| {% trans "Option 'Left'" %} | {% trans "Option 'Right'" %} | |||
|---|---|---|---|---|
| {% trans "Your Payoff" %} | {% trans "Other's Payoff" %} | {% trans "Your Payoff" %} | {% trans "Other's Payoff" %} | |
| {{ xy_a|c }} | {{ xy_i|c }} | {{ e_a|c }} | {{ e_i|c }} | |
| {% trans "Option 'Left'" %} | {% trans "Option 'Right'" %} | |||
|---|---|---|---|---|
| {% trans "Your Payoff" %} | {% trans "Other's Payoff" %} | {% trans "Your Payoff" %} | {% trans "Other's Payoff" %} | |
| {{ xy_a|c }} | {{ xy_i|c }} | {{ e_a|c }} | {{ e_i|c }} | |