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

{{ label }}

{% if is_practice %}

This is a practice trial — no points at stake.

{% endif %}

You have a fresh box of 100 balls with an unknown mix of red and blue.

You will draw {{ n_i }} balls from Box 1.

{{ next_button }} {% endblock %}