{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Decison Making 4 {% endblock %} {% block content %}

{{player.Name_Initials_Consent}}, please make a decision

{{player.Name_Initials_Consent}}, will you prefer a constant amount of 100$ or a random draw of an amount between 50 and 150?: {% formfield player.Decision_4 label="Please make your decision?" %}

Note: You stand to earn low amount of 50 and a high amount of 150 if you choose random draw.
{% next_button %} {% endblock %}