{% load otree %} {% load staticfiles %} {% block styles %} {% endblock %} {% block title %} Practice question #2 {% endblock %} {% block content %}

Suppose you observe the following die roll in a round:


How many points do you earn for this round if you report a 3?
{{ formfield player.q4 }}
How many points do you earn for this round if you report a 5?
{{ formfield player.q5 }}
How many points do you earn for this round if you report a 6?
{{ formfield player.q6 }}

{% endblock %}