{% extends "global/Page.html" %} {% load otree %} {% load otree otree_tools %} {% block tools %} {% tracking_focus %} {% tracking_time %} {% endblock%} {% block title %} Questionnaire {% endblock %} {% block content %}
Please answer the following questions.
{% formfield player.age %} {% formfield player.gender %} {% formfield player.statedcomplexity %} {% next_button %} {% endblock %}