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

{% formfield player.highuncertainty_estimate with label="In this round, how large did you think the common resource actually was?" %}

{% formfield player.highuncertainty_check with label="In this round, how uncertain were you about the size of the resource? (1 = not uncertain at all, 7 = very uncertain)" %}

{% next_button %}

{% endblock %}