{{ block title }}Check your understanding{{ endblock }} {{ block content }}

Answer the two questions below. You can open the accuracy table for reference if needed.

1. How many Dots & Co. advisors are 90% accurate?

(Select the number of advisors out of 100.)

{{ form.odds_dots_90 }} {{ formfield_errors 'odds_dots_90' }}

2. How many PixelHouse advisors are 90% accurate?

(Select the number of advisors out of 100.)

{{ form.odds_pixel_90 }} {{ formfield_errors 'odds_pixel_90' }}

Show accuracy table for reference

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 }}
{{ next_button }} {{ endblock }}