{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Results Round 3 {% endblock %} {% block content %}
In the third round, you were told that the common resource was worth somewhere between {{min_value_lowuncertainty}} and {{max_value_lowuncertainty}}. The computer has randomly determined that in this round the common resource contained {{p1_value_lowuncertainty}}.
In this round, {{p1_role}} harvested {{p1_lowuncertainty_harvest}}.
And {{p2_role}} harvested {{p2_lowuncertainty_harvest}}.
This means that the two of you harvested {{p1_lowuncertainty_harvest}} + {{p2_lowuncertainty_harvest}} = {{lowuncertainty_total_harvest}} in total.
As a result, your total harvest {{lowuncertainty_outcome}} the size of the common resource.
Therefore, {{p1_role}} earned {{p1_lowuncertainty_payoff}}.
And {{p2_role}} earned {{p2_lowuncertainty_payoff}}
{% next_button %}
{% endblock %}