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

We now ask for your willingness to act in a certain way in four different areas. Please indicate your answer on a scale from 0 to 10, where 0 means you are “completely unwilling to do so” and a 10 means you are “very willing to do so”. You can also use any numbers between 0 and 10 to indicate where you fall on the scale, like 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10.


{% formfield player.patience label='How willing are you to give up something that is beneficial for you today in order to benefit more from that in the future?' %}
{% formfield player.negrecip1 label='How willing are you to punish someone who treats you unfairly, even if there may be costs for you?' %}
{% formfield player.negrecip2 label='How willing are you to punish someone who treats others unfairly, even if there may be costs for you?' %}
{% formfield player.altruism label='How willing are you to give to good causes without expecting anything in return?' %}
{% next_button %} {% endblock %}