{% load otree static %} {% block content %}

Here is a brief Questionaire

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

{% formfield player.major label="What is your major(s):"%}

{% formfield player.graduation_year label="What is your expected graduation year?"%}

{% formfield player.raven_career_correlation label="On a scale from 1 (not at all) to 7 (very much), how confident are you that raven performance is correlated with career success?" %}

{% next_button %}

{% endblock %}