{% extends "global/Page.html" %} {% load otree %} {% block title %} Control Questions {% endblock %} {% block content %}
Question 1
{{ q1_label }} {% formfield player.q1_answer_1 %}

Question 2
{{ q2_label }} {% formfield player.q2_answer_1 %}

Question 3
{{ q3_scenario }}
{{ q3_label }} {% formfield player.q3_answer_1 %} {{ q4_label }} {% formfield player.q4_answer_1 %} {{ q5_label }} {% formfield player.q5_answer_1 %}

Question 4
{{ q4_scenario }}
{{ q6_label }} {% formfield player.q6_answer_1 %} {{ q7_label }} {% formfield player.q7_answer_1 %} {{ q8_label }} {% formfield player.q8_answer_1 %}
{% next_button %} {% endblock %}