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

Q2. Which report is from your partner?

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

How confident are you that Report A came from your partner?

I think there is between a 45% and 50% chance that Report A is from my partner.

0% 100%

This is the point at which you would prefer the known-probability lottery over betting that Report A is from your partner.

View implied price list

Based on your selection above, here are your choices for each row.

{% for pct in pcts %} {% endfor %}
Option A
100 pts if Report A is from your partner
Option B
100 pts with known probability
Bet on Report A {{ pct }}% lottery
{{ next_button }} {% endblock %}