{{ extends "global/Page.html" }} {% block title %} Follow-Up Questionnaire {% endblock %} {% block content %}

Please answer the remaining questions below. When finished, click "Next" to receive confirmation of completing this study.



Please indicate the extent to which you agree with the following:

One should be very cautious with strangers.

{% for radio in form.prop_trust_1 %} {% endfor %} {% for radio in form.prop_trust_1 %} {% endfor %}

Most experts tell the truth about the limits of their knowledge.

{% for radio in form.prop_trust_2 %} {% endfor %} {% for radio in form.prop_trust_2 %} {% endfor %}

Most people can be counted on to do what they say they will do.

{% for radio in form.prop_trust_3 %} {% endfor %} {% for radio in form.prop_trust_3 %} {% endfor %}

These days, you must be alert or someone is likely to take advantage of you.

{% for radio in form.prop_trust_4 %} {% endfor %} {% for radio in form.prop_trust_4 %} {% endfor %}

Most salespeople are honest in describing their products.

{% for radio in form.prop_trust_5 %} {% endfor %} {% for radio in form.prop_trust_5 %} {% endfor %}

Most repair people will not overcharge people who are ignorant of their specialty.

{% for radio in form.prop_trust_6 %} {% endfor %} {% for radio in form.prop_trust_6 %} {% endfor %}

Most people answer public opinion polls honestly.

{% for radio in form.prop_trust_7 %} {% endfor %} {% for radio in form.prop_trust_7 %} {% endfor %}

Most adults are competent at their jobs.

{% for radio in form.prop_trust_8 %} {% endfor %} {% for radio in form.prop_trust_8 %} {% endfor %}



Please answer these demographic questions:

Age (Please enter a whole number)
{% formfield player.age %}

Gender identity
{% formfield player.gender %}

Highest level of education completed
{% formfield player.education %}

Years of full-time work experience (Please enter a whole number)
{% formfield player.work_experience %}

Are you currently employed outside of Prolific?

{% formfield player.outside_employment %}

In thinking about your current employment, please indicate the extent to which you agree with the following statements.

{{ if player.e_role == "Employee" }}I have a positive working relationship with my manager/immediate supervisor {{ else }}I have a positive working relationship with my coworkers or subordinates{{ endif }}.

{% for radio in form.real_mgr_relationship %} {% endfor %} {% for radio in form.real_mgr_relationship %} {% endfor %}

I am proud to tell people that I am an employee in my company/organization.

{% for radio in form.real_org_identification %} {% endfor %} {% for radio in form.real_org_identification %} {% endfor %}



{% endblock %} {% block styles %} {% endblock %} {{ block scripts }} {{ endblock }}