{% extends "global/Page.html" %} {% load otree %} {% block content %} {% include "joint_inference/_styles.html" %}

Your partner — and the imposter

You get one report from your partner — they draw 10 balls from Box 1 and tell you what they saw. But the imposter also puts out a fake report to confuse you: they draw 10 balls from Box 2.

Box 1
{% for i in "xxxxxxxxxxxxxxxxxxx" %}?{% endfor %}
↓ partner draws 10 ↓
8 red / 10
Box 2
{% for i in "xxxxxxxxxxxxxxxxxxx" %}?{% endfor %}
↓ imposter draws 10 ↓
2 red / 10

The catch: you see the two reports labeled "Report A" and "Report B" but you won't be told which is which.

Report A
8 red / 10
Report B
2 red / 10
{{ next_button }} {% endblock %}