{% load otree %} {% load staticfiles %} {% block styles %} {% endblock %} {% block title %} Practice question #1 {% 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.q1 }}
|
| How many points do you earn for this round if you report a 5? |
{{ formfield player.q2 }}
|
| How many points do you earn for this round if you report a 6? |
{{ formfield player.q3 }}
|