{% extends "global/Page.html" %} {% load static otree %} {% block title %} Questionnaire {% endblock %} {% block content %}
What is your year of birth?
Please enter your year of birth into the text entry box.

{% formfield player.q1_year %}
What is your sex?
Please choose one of the following answers.

{% formfield player.q2_sex %}
In which country do you currently reside?
Please choose a country using the drop-down menu.

{% formfield player.q3_countries label="" %}
Which statement best describes your current employment status?
Please choose one of the following answers.

{% formfield player.q4_employment %}
For each of the following statements, please indicate how true it is for you.
The scale ranges from 1-7, where 1 is ‘not at all true’, 4 is ‘somewhat true’ and 7 is ‘very true.’

{% for choice in form.q5_statement1 %} {% endfor %} {% for choice in form.q5_statement2 %} {% endfor %} {% for choice in form.q5_statement3 %} {% endfor %} {% for choice in form.q5_statement4 %} {% endfor %} {% for choice in form.q5_statement5 %} {% endfor %} {% for choice in form.q5_statement6 %} {% endfor %} {% for choice in form.q5_statement7 %} {% endfor %}
not at all true somewhat true very true
{{ form.q5_statement1.label }}{{ choice }}
{{ form.q5_statement2.label }}{{ choice }}
{{ form.q5_statement3.label }}{{ choice }}
{{ form.q5_statement4.label }}{{ choice }}
{{ form.q5_statement5.label }}{{ choice }}
{{ form.q5_statement6.label }}{{ choice }}
{{ form.q5_statement7.label }}{{ choice }}
{% if player.treatment == "2" %}
The following statements refer to the badges you can earn in the slider task. For each of the following statements, please indicate how strongly you agree or disagree.
The scale ranges from 1-5, where 1 is ‘strongly disagree’ and 5 is ‘strongly agree.’

{% for choice in form.q8_statement1 %} {% endfor %} {% for choice in form.q8_statement2 %} {% endfor %} {% for choice in form.q8_statement3 %} {% endfor %} {% for choice in form.q8_statement4 %} {% endfor %} {% for choice in form.q8_statement5 %} {% endfor %}
strongly disagree strongly agree
{{ form.q8_statement1.label }}{{ choice }}
{{ form.q8_statement2.label }}{{ choice }}
{{ form.q8_statement3.label }}{{ choice }}
{{ form.q8_statement4.label }}{{ choice }}
{{ form.q8_statement5.label }}{{ choice }}
{% endif %}
Why do you use MTurk?
Please choose the answer that best fits your motivation.

{% formfield player.q6_mturk label="" %}
The money on MTurk is…
Please complete the sentence using one of the following endings.

{% formfield player.q7_moneymturk label=""%}
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}