{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Questionnaire about yourself {% endblock %} {% block content %}

Below are a number of statements. Please read each statement and indicate to what extent it applies to you by clicking the appropriate response (1 = to a small extent, 5 = to a large extent).

I am someone who...

Statement 1:

{% formfield player.question_1 with label="...is talkative." %}

Statement 2:

{% formfield player.question_2 with label="...tends to find fault with others." %}

Statement 3:

{% formfield player.question_3 with label="...does a thorough job." %}

Statement 4:

{% formfield player.question_4 with label="...is depressed, blue." %}

Statement 5:

{% formfield player.question_5 with label="...is original, comes up with new ideas." %}

Statement 6:

{% formfield player.question_6 with label="...is reserved." %}

Statement 7:

{% formfield player.question_7 with label="...is helpful and unselfish with others." %}

Statement 8:

{% formfield player.question_8 with label="...can be somewhat careless." %}

Statement 9:

{% formfield player.question_9 with label="...is relaxed, handles stress well." %}

Statement 10:

{% formfield player.question_10 with label="...is curious about many different things." %}

Statement 11:

{% formfield player.question_11 with label="...is full of energy." %}

Statement 12:

{% formfield player.question_12 with label="...starts quarrels with others." %}

Statement 13:

{% formfield player.question_13 with label="...is a reliable worker." %}

Statement 14:

{% formfield player.question_14 with label="...can be tense." %}

Statement 15:

{% formfield player.question_15 with label="...is ingenious, a deep thinker." %}

Statement 16:

{% formfield player.question_16 with label="...generates a lot of enthusiasm." %}

Statement 17:

{% formfield player.question_17 with label="...has a forgiving nature." %}

Statement 18:

{% formfield player.question_18 with label="...tends to be disorganized." %}

Statement 19:

{% formfield player.question_19 with label="...worries a lot." %}

Statement 20:

{% formfield player.question_20 with label="...has an active imagination." %}

Statement 21:

{% formfield player.question_21 with label="...tends to be quiet." %}

Statement 22:

{% formfield player.question_22 with label="...is generally trusting." %}

Statement 23:

{% formfield player.question_23 with label="...tends to be lazy." %}

Statement 24:

{% formfield player.question_24 with label="...is emotionally stable, not easily upset." %}

Statement 25:

{% formfield player.question_25 with label="...is inventive." %}

Statement 26:

{% formfield player.question_26 with label="...has an assertive personality." %}

Statement 27:

{% formfield player.question_27 with label="...can be cold and aloof." %}

Statement 28:

{% formfield player.question_28 with label="...perseveres until a task is finished." %}

Statement 29:

{% formfield player.question_29 with label="...can be moody." %}

Statement 30:

{% formfield player.question_30 with label="...values artistic aesthetic experiences." %}

Statement 31:

{% formfield player.question_31 with label="...is sometimes shy, inhibited." %}

Statement 32:

{% formfield player.question_32 with label="...is considerate and kind to almost everyone." %}

Statement 33:

{% formfield player.question_33 with label="...does things efficiently." %}

Statement 34:

{% formfield player.question_34 with label="...remains calm in tense situations." %}

Statement 35:

{% formfield player.question_35 with label="...prefers work that is routine." %}

Statement 36:

{% formfield player.question_36 with label="...is outgoing, sociable." %}

Statement 37:

{% formfield player.question_37 with label="...is sometimes rude to others." %}

Statement 38:

{% formfield player.question_38 with label="...makes plans and follows through with them." %}

Statement 39:

{% formfield player.question_39 with label="...gets nervous easily." %}

Statement 40:

{% formfield player.question_40 with label="...likes to reflect, play with ideas." %}

Statement 41:

{% formfield player.question_41 with label="...has few artistic interests." %}

Statement 42:

{% formfield player.question_42 with label="...likes to cooperate with others." %}

Statement 43:

{% formfield player.question_43 with label="...is easily distracted." %}

Statement 44:

{% formfield player.question_44 with label="...is sophisticated in art, music or literature." %}

{% next_button %} {% endblock %}