{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Round 3 {% endblock %} {% block content %}
{% formfield player.lowuncertainty_estimate with label="In this round, how large did you think the common resource actually was?" %}
{% formfield player.lowuncertainty_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 %}