{% extends "global/Page.html" %} {% load otree static %} {% block title %}
Questionnaire 1
{% endblock %} {% block content %} Please fill in the questionnaire below. {% formfield player.propensityToTrust1 %}
{% formfield player.propensityToTrust2 %}
{% formfield player.propensityToTrust3 %}
{% formfield player.propensityToTrust4 %}

{% formfield player.trustworthiness1 %}
{% formfield player.trustworthiness2 %}
{% formfield player.trustworthiness3 %}
{% formfield player.trustworthiness4 %}

{% formfield player.ability1 %}
{% formfield player.ability2 %}
{% formfield player.ability3 %}
{% formfield player.ability4 %}
{% formfield player.ability5 %}
{% formfield player.ability6 %}

{% formfield player.integrity1 %}
{% formfield player.integrity2 %}
{% formfield player.integrity3 %}
{% formfield player.integrity4 %}

The other team members do not behave in a consistent manner -
I am never sure if they are going to do what they promise or not.

{% formfield player.integrity5 %}
{% formfield player.integrity6 %}


{% formfield player.roles %}

{% formfield player.similarity %}

If I had my way, I wouldn't let the other team members have any influence over issues that are important to the project.

{% formfield player.trust1 %}

I would be comfortable giving the other team members complete responsibility for the completion of this project.

{% formfield player.trust2 %}
{% formfield player.trust3 %}

I would be comfortable giving the other team members a task or problem that was critical to the project, even if I could not monitor it.

{% formfield player.trust4 %}
{% formfield player.trust5 %}

I am confident that my team members will take my interests into account when making work-related decisions.

{% formfield player.trust6 %}
{% formfield player.trust7 %}
{% formfield player.trust8 %}
{% formfield player.trust9 %}



{% next_button %} {% endblock %}