{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Part 1 - Questionnaire {% endblock %} {% block content %}
Time: {{ time }} seconds.
Please answer the following questions before going to the next part of the study.
{% formfield player.q1 label = "Question 1: Which statement do you agree more with?" %}
{% formfield player.q2 label = "Question 2: Which value is more important to you?" %}
{% formfield player.q3 label = "Question 3: On balance, which party do you identify more with?" %}
Please click "Next" to continue.
{% next_button %} {% endblock %}