{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Round 2 {% endblock %} {% block content %}

Remember, you are {{ownrole}}.

In this round, the common resource contains somewhere between {{Constants.min_value_highuncertainty}} and {{Constants.max_value_highuncertainty}}. Afterwards, the computer will randomly draw a value from this range do determine the exact resource size in this round. Any amount between {{Constants.min_value_highuncertainty}} and {{Constants.max_value_highuncertainty}} can be drawn by the computer.

{% formfield player.highuncertainty_harvest with label="How many points do you take from this resource?" %}

{% next_button %}

{% endblock %}