{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Your decision {% endblock %} {% block content %}
You are in Group 2. You were given {{ Constants.endowment }}, out of which you offered {{ group.p2_offered }} to the other player. The rest of your group offered {{ group.stimulated_average }} on average.
Do you agree that your offer was fair? Use the following scale to indicate your agreement with the question.
1 Strongly disagree, 2 Disagree, 3 Neutral, 4 Agree, 5 Strongly agree
{% formfield group.p2_fairness with label="" %}
{% next_button %} {% endblock %}