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

One of your {{numColors}} choices in the experiment determines your entire bonus. Which choice (i.e., about which safe amount) determines your bonus depends on the color you click below. Each of the {{numColors}} colors corresponds to one of the {{numColors}} choices. Therefore, each choice is equally likely to determine your bonus.

{{ for index, color in colorScheme}}
{{ endfor }}
{{ if treatment == 0}}
Note: Verification.pdf shows the choice / the safe amount belonging to each color. 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 %}