{{ block title }}Block {{ block_num }} Introduction{{ endblock }} {{ block content }}

Block {{ block_num }}

{% if block_num == 1 %}

In this block, you will see 20 pixel images and state your belief (0-100) that Red is the majority (before and after advisor advice). You will receive advice from two advisors: {{ block_high_name }} and {{ block_low_name }}.

{% else %}

Previous block complete! In this block you will work with {{ block_high_name }} and {{ block_low_name }}.

{% endif %}

**IMPORTANT**:You will have ONE ADVISOR from each company the WHOLE BLOCK. This means if an advisor's true accuracy is 90%, it will remain at that level for the entire block.

As a reminder, Dots & Co. is historically more favorable than PixelHouse. You have a better chance of getting a more accurate advisor from Dots & Co show accuracy / # of advisors

Dots & Co.
{% for row in table_favorable %} {% endfor %}
Accuracy of advisors# of advisors
{{ row.accuracy }}{{ row.count }}
PixelHouse
{% for row in table_inverse %} {% endfor %}
Accuracy of advisors# of advisors
{{ row.accuracy }}{{ row.count }}

Your payment each block comes from two randomly chosen confidence statements (one from before and one from after the advice).
**It is in your best interest to give your honest guess of the odds there are more Red than Blue pixels.**

{% if is_active %}

You will CHOOSE which advisor to consult. There is no cost for switching advisors.

{% else %}

An advisor will be RANDOMLY assigned to you each round. You cannot choose.

{% endif %}
{{ next_button }} {{ endblock }}