{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %}
{% if feedback == 0 %} Evaluation {{ blockround}}/{{ total_block }} {% else %} Practice Round {{ blockround}}/{{ total_block }} {% endif %}
{% endblock %} {% block content %}

For each fixed amount, please decide whether you want to choose one option from the pair of options shown on the left side of the screen or whether you prefer the fixed amount.


Choose A or B from this pair of options:
{% for ff, ft, p, o1, o2, w in rows %} {% endfor %}
Option A Option B
{{ o1 }} {{ o2 }}
{{ include_sibling 'CE_sibling.html' }}
{% endblock %}