{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Questionnaire
{% endblock %}
{% block content %}
Please fill out the following questionnaire:
{% formfield player.name %}
{% formfield player.email %}
{% formfield player.educ %}
{% formfield player.major %}
{% formfield player.gender %}
{% formfield player.happy %}
{% formfield player.expectation %}
{% formfield player.ways %}
{% formfield player.adversary%}
{% next_button %}
{% endblock %}