{% extends "global/Page.html" %} {% load staticfiles otree %} {% block content %} {% block scripts %} {% endblock %} Please answer the following questions:
{% formfield player.age label="Enter your age:" %}
{% formfield player.gender label="Enter your gender:" %}
{% formfield player.education label="What is your education level?" %}
{% formfield player.nationality label="What is your country of birth?" %}
{% formfield player.ethnicity label="What is your ethnicity?" %}
{% formfield player.residency label="What is your country of residence?" %}

Please, rate the importance of the following values for you. Use the 7-point scale in which

1: strongly disagree

7: strongly agree

{% formfield player.Worry label="1 I see myself as someone who worries a lot" %}
{% formfield player.Nervous label="2 I see myself as someone who gets nervous easily" %}
{% formfield player.Relax label="3 I see myself as someone who is relaxed, handles stress well"%}
{% formfield player.Talkative label="4 I see myself as someone who is talkative" %}
{% formfield player.Sociable label="5 I see myself as someone who is outgoing, sociable" %}
{% formfield player.Reserved label="6 I see myself as someone who is reserved" %}
{% formfield player.Original label="7 I see myself as someone who is original, comes up with new ideas" %}
{% formfield player.Artistic label="8 I see myself as someone who values artistic, aesthetic experiences" %}
{% formfield player.Active_imagination label="9 I see myself as someone who has an active imaginations" %}
{% formfield player.Rude label="10 I see myself as someone who is sometimes rude to others" %}
{% formfield player.Forgiving label="11 I see myself as someone who has a forgiving nature" %}
{% formfield player.Considerate label="12 I see myself as someone who is considerate and kind to almost everyone" %}
{% formfield player.Thorough_job label="13 I see myself as someone who does a thorough job" %}
{% formfield player.Lazy label="14 I see myself as someone who tends to be lazy" %}
{% formfield player.Efficient label="15 I see myself as someone who does things efficiently" %}
{% next_button %} {% endblock %}