{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Questionnaire
{% endblock %}
{% block content %}
Please fill out the following questionnaire. Please be careful while answering these questions, once you click on the 'Next' button and move on to the next page, you cannot return to the present page to make changes.
{% 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 %}