{% extends "global/Page.html" %} {% load otree static %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {% block title %} {% endblock %} {% block content %}
Please enter your age
{% formfield player.AGE %}
Please state your gender
{% formfield player.SEXE %}
What is your field of study?
{% formfield player.DISCIPLINE %}
What is the highest level of education you have completed?
{% formfield player.NIVEAU_ETUDE %}
Feel free to write down any questions or comments you have about this study in the box below
{% formfield player.DEBRIEF %}
{% endblock %}