{% 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.trust1Question1 label="" %}
I would be willing to let the Red Player have control over decisions that are important to me.
{% formfield player.trust1Question3 label=""%}
I would be comfortable having the Red Player have access to information that could adversely affect my reputation.
{% formfield player.trust1Question4 label=""%}
The partner Red Player has a strong sense of justice.
{% formfield player.integrity1Question1 label=""%}
I never have to wonder whether my partner Red Player will stick to its word.
{% formfield player.integrity1Question2 label=""%}
Sound principles seem to guide the partner Red Player's behavior.
{% formfield player.integrity1Question6 label=""%}


{% next_button %} {% endblock %}