{% extends "global/Page.html" %} {% load otree static %} {% block title %}
Each choice is equally likely to determine your bonus.
Your selected colored form:
{% endblock %} {% block content %}
{{ formfield_errors "colorSelect" }}

One of your choices determines your entire bonus. Which choice (i.e., about which number of winning cards) determines your bonus depends on the colored form you click below. Each of the {{numColors}} colored forms corresponds to another number of winning cards. Therefore, each choice is equally likely to determine your bonus.

{{for row in colorScheme}}
 
{{ for index, color, shape in row}}
{{ endfor }}
{{endfor}} {{ if treatment == 0}}
Note: Verification.pdf shows the choice/the number of winning cards belonging to each colored form. You can thus verify that the choice that determines your bonus is selected fairly and exactly as described above.
{{ endif }}
{% if testing %} {{ formfield 'feedback_colorSelect' }} {% endif %} {% endblock %}