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

Please answer the following questions as accurately as possible:

Personal Information
{% formfield player.age %} {% formfield player.field_of_study%} {% formfield player.GPA %} {% formfield player.math_classes %} {% formfield player.stats_classes %} {% formfield player.econ_classes %}

Preferences

The next two questions ask about your own preferences. Please indicate your answer on a scale from 0 to 10, where 0 means you are “completely unwilling to do so” and a 10 means you are “very willing to do so".

{% formfield player.risk1%} {% formfield player.risk2 %}

General Questions

For the the last four questions, please provide the answer that you think is better.

{% formfield player.CRT1%} {% formfield player.CRT2 %} {% formfield player.CRT3 %} {% formfield player.CRT4 %}

{% next_button %} {% endblock %}