{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% if player.round_number == 1 %} Start of Block 1
{% elif player.round_number == 11 %} Start of Block 2
{% elif player.round_number == 21 %} Start of Block 3
{% elif player.round_number == 31 %} Start of Block 4
{% else %} {% endif %} {% block inner_title %} Round {{ round_num }} {% endblock %} {% endblock %} {% block content %}

This is a new round you have {{ Constants.endowment }} ECUs.
The 10 urns for this block are the following.

The following are the balls drawn by the computer: {% for c in ball_lst1 %} {% endfor %} {% for c in ball_lst2 %} {% endfor %}

{{ red }} red balls and {{ black }} black balls are drawn.

You will receive 100 ECUs if you guess correctly the color of the urn from which the balls are drawn.

{{ form.free_Q.label }}
  Yes
  No

Because you selected No, even if information about Q is free, you will not see it.

To learn Q, I would be willing to pay up to a price of:

0 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30
{% endblock %}