{% block title %} Questionnaire {% endblock %} {% block content %}


1. From the viewpoint of a neutral uninvolved arbitrator, what is the fair amount of tokens that you should contribute to the project?

{% if player.type == "low" %} (Your response should be a number between 0 and 10 tokens.)

{% else %} (Your response should be a number between 0 and 30 tokens.) {% endif %} {% formfield player.fair_contribute %}


2. From the viewpoint of a neutral uninvolved arbitrator, what is the fair amount of tokens that the other group member should contribute to the project?

{% if player.type == "low" %} (Your response should be a number between 0 and 30 tokens.)

{% else %} (Your response should be a number between 0 and 10 tokens.) {% endif %} {% formfield player.other_fair_contribute %} {{ next_button }} {% endblock %}