{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% if tr == 'no' %} Question Page 3/5 {% elif player.round_number == 1 %} Question Page 3/7 {% else %} Question Page 5/7 {% endif %} {% endblock %} {% block content %} {% if tr != 'no' and player.round_number == 2 %}
Please re-evaluate the following questions including the previous information text.
{% endif %}It is possible to select multiple answers.
{{ q1_text }}
{{ q2_text }}
{{ q3_text }}
{{ q4_text }}