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

{% formfield player.q1_a1 %} {% formfield player.q1_a2 %} {% formfield player.q1_a3 %} {% formfield player.q1_a4 %} {% formfield player.q1_a5 %}

{{ q2_text }}

{% formfield player.q2_a1 %} {% formfield player.q2_a2 %} {% formfield player.q2_a3 %} {% formfield player.q2_a4 %} {% formfield player.q2_a5 %}

{{ q3_text }}

{% formfield player.q3_a1 %} {% formfield player.q3_a2 %} {% formfield player.q3_a3 %} {% formfield player.q3_a4 %} {% formfield player.q3_a5 %}

{{ q4_text }}

{% formfield player.q4_a1 %} {% formfield player.q4_a2 %} {% formfield player.q4_a3 %} {% formfield player.q4_a4 %} {% formfield player.q4_a5 %}

{% next_button %} {% endblock %} {% block app_scripts %} {% endblock %}