{% extends "global/Page.html" %} {% load otree static %} {% block title %} Strategy Questions {% endblock %} {% block content %}

The 10 urns that apply to the previous block are the following.

In each of the following cases, please select whether you would pay at least 10 ECUs for the information of Q if it is not free.

{% for choice in form.StrategyQ_1 %} {% endfor %} {% for choice in form.StrategyQ_2 %} {% endfor %} {% for choice in form.StrategyQ_3 %} {% endfor %} {% for choice in form.StrategyQ_4 %} {% endfor %} {% for choice in form.StrategyQ_5 %} {% endfor %} {% for choice in form.StrategyQ_6 %} {% endfor %} {% for choice in form.StrategyQ_7 %} {% endfor %}
0 red balls and 6 black balls are drawn.         {{ choice }}    
1 red balls and 5 black balls are drawn.         {{ choice }}    
2 red balls and 4 black balls are drawn.         {{ choice }}    
3 red balls and 3 black balls are drawn.         {{ choice }}    
4 red balls and 2 black balls are drawn.         {{ choice }}    
5 red balls and 1 black balls are drawn.         {{ choice }}    
6 red balls and 0 black balls are drawn.         {{ choice }}    


{% if player.round_number == 1 %} Please click Next to start Round 1 of Block 1. All rounds from now on will have a chance to count towards your final payments. {% endif %}

{% next_button %} {% endblock %}