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

Two reports

One report is from your partner (drew 10 balls from Box 1). The other is the imposter's fake report (drew 10 balls from Box 2). You won't be told which is which.

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