{% 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 %}

Your draw

You drew {{ n_i }} balls from Box 1. Here they are:

Your sample ({{ n_i }} balls)
{% for c in sample %}{% endfor %}
{{ k_i }} red / {{ n_i }}

Q1. How many of the 100 balls in Box 1 are red?

Use the slider to give your best estimate.

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