{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Questionnaire
{% endblock %}
{% block content %}
{% formfield player.q_gender %}
{% formfield player.q_age %}
{% formfield player.q_nationality %}
{% formfield player.q_year_of_study %}
{% formfield player.q_major %}
For the following campus/off-campus activities/organizations, which describes you the best:
{% formfield player.q_activity1 %} {% formfield player.q_activity2 %} {% formfield player.q_activity3 %}(1: Little importance; 7: Very important)
{% formfield player.q_lost_wallet %}(0: 0% chance; 7: 100% chance)
(1:Do not understand at all; 5: Thoroughly understand)
{% formfield player.q_understand_ins %}(1:Do not understand at all; 5: Thoroughly understand)
{% formfield player.q_donation_reason %} {% next_button %} {% endblock %}