{% extends "global/Page.html" %} {% load otree static %} {% block content %}

Before we get into the game, please answer the questions asked underneath.


What is your gender?
{% formfield player.gender label="" %}
What is your age?
{% formfield player.age label=""%}
What is your race?
{% formfield player.race label=""%}
What is your nationality?
{% formfield player.nationality label=""%}

For the questions that follow, please select the option that you believe best fits the statement

Most people can be counted on to do what the say they will do.
{% formfield player.ptt_q1 label=""%}
Most adults are competent at their job.
{% formfield player.ptt_q2 label=""%}
Most people do not cheat.
{% formfield player.ptt_q3 label=""%}
People can be generally relied on to keep their promises.
{% formfield player.ptt_q4 label=""%}
Most people are honest in negotiations.
{% formfield player.ptt_q5 label=""%}
Right now, I feel angry.
{% formfield player.neg_affect_b1 label=""%}
Right now, I feel afraid.
{% formfield player.neg_affect_b2 label=""%}
Right now, I feel nervous.
{% formfield player.neg_affect_b3 label=""%}
Right now, I feel excited.
{% formfield player.pos_affect_b1 label=""%}
Right now, I feel enthusiastic.
{% formfield player.pos_affect_b2 label=""%}
Right now, I feel inspired.
{% formfield player.pos_affect_b3 label=""%}


{% next_button %} {% endblock %}