{% extends "global/Page.html" %} {% load otree %} {% block title %} Survey {% endblock %} {% block content %}

Thank you for participation this experiment. Please fill out the following survey and press the "Next" button to indicate you have completed today's experiment.

{% formfield player.survey1 label="Please indicate your gender" %}

{% formfield player.survey2 label="What is your major?" %}

{% formfield player.survey2 label="Is there anything from this experiment that you did not understand?" %}

{% next_button %}

{% endblock %}