{% 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 %}

In this screen, please simply click here:


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_attention.html' }}
{% endblock %}