{% extends "global/Page.html" %} {% load otree static %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% if french == 1 %} EnquĂȘte ({{ page_number }}/{{ num_pages }}) {% else %} Survey ({{ page_number }}/{{ num_pages }}) {% endif %} {% endblock %} {% block content %} {% if french == 1 %} {% formfield 'Age' %}
{% formfield 'gender' %} {% formfield 'Gender_other' %}
{% formfield 'Nation' %}
{% formfield 'Major' %} {% formfield 'Major_other' %}
{% formfield 'Education' %} {% formfield 'Major_other' %}
{% formfield 'HH_income' %}
{% else %} What is your age? {% formfield 'Age' %}
What is your gender?


If "Other", please specify {% formfield 'Gender_other' %}
What is your nationality? {% formfield 'Nation' %}
What is your major?
{% for t, f in majors %}
{% endfor %} {% formfield_errors "Major" %} If "Other", please specify {% formfield 'Major_other' %}
What is your class standing?
{% for t, f in education %}
{% endfor %} {% formfield_errors "Education" %}
What is your monthly income (in Euro)?
{% for t, f in income %}
{% endfor %} {% formfield_errors "HH_income" %}
Do you know any other participants in today's session?



How well do you speak French?


{% endif %} {% next_button %} {% endblock %}