{% extends "global/Page.html" %} {% load otree %} {% block content %} {% include "joint_inference/_styles.html" %}
{% if player.is_practice %}Practice trial {{ player.round_number }} of 2{% else %}Trial {{ trial_num }} of 8{% endif %}

Q3. Now, how many of the 100 balls in Box 1 are red?

Update your estimate based on everything you have seen.

Report A
{% for c in source_a %}{% endfor %}
{{ k_a }} / 10
Report B
{% for c in source_b %}{% endfor %}
{{ k_b }} / 10
Your sample
{% for c in sample %}{% endfor %}
{{ k_i }} / {{ n_i }}

Your earlier Q1 estimate was: {{ q1 }} red.

Your estimate: {{ q1 }} / 100 red
{{ next_button }} {% endblock %}