{% extends "global/Page.html" %} {% load otree %} {% block app_styles %} {% endblock %} {%block content%}

 

Allocation Decisions

The input can be an integer or half an integers.

1. How would you allocate $5 if both recipients earned $3 in Part 1?
Recipient 1 - $3 ($) ($) Recipient 2 - $3
 
2. How would you allocate $5 if both recipients earned $0 in Part 1?
Recipient 1 - $0 ($) ($) Recipient 2 - $0
 
3. How would you allocate $5 if one recipient earned $0 in Part 1, and the other recipient earned $3?
Recipient 1 - $0 ($) ($) Recipient 2 - $3
 
{%endblock%} {% block scripts %} {% endblock %}