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

1. Imagine the Proposer decides to give the Responder 40 dollars. However, the Responder considers this amount to be unfair and does not accept the money.

{% formfield player.answer1 %}

2. Suppose that the Proposer proposes 30 dollars to the responder. The Responder accepts the money.

{% formfield player.answer2 %}

3. Suppose that the proposer proposes 50 dollar to the responder. The Responder accepts the money.

{% formfield player.answer3 %}

{% include Constants.instructions_template %} {% next_button %} {% endblock %}