{% extends "global/Page.html" %} {% load otree static %} {% block title %} Survey Questions {% endblock %} {% block content %}

These survey questions are strictly for research purposes and would not affect your overall score in any way. So, please answer the following questions as honestly as possible.

For the following statements, please indicate your responses that best fits the statements underneath

Statements
I would be comfortable having the Red Player having influence over issues that are important to me.
{% formfield player.trust4Question1 label="" %}
I would be willing to let the Red Player have control over decisions that are important to me.
{% formfield player.trust4Question3 label=""%}
I would be comfortable having the Red Player have access to information that could adversely affect my reputation.
{% formfield player.trust4Question4 label=""%}
The Red Player has a strong sense of justice.
{% formfield player.integrity4Question1 label=""%}
I never have to wonder whether the Red Player will stick to his/her word.
{% formfield player.integrity4Question2 label=""%}
Sound principles seem to guide the partner Red Player's behavior.
{% formfield player.integrity4Question6 label=""%}
The Red Player is likely to send me an inaccurate message in the next block.
{% formfield player.future4Question1 label="" %}
The Red Player is likely to send me an inaccurate message at some point in the game.
{% formfield player.future4Question2 label="" %}


{% next_button %} {% endblock %}