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

Practice trial result

The true number of red balls in Box 1 was {{ true_red }} / 100.

Report {% if a_is_partner %}A{% else %}B{% endif %} was your partner. Report {% if a_is_partner %}B{% else %}A{% endif %} was the imposter.

Q1 (your first estimate: {{ q1 }}) {{ q1_pay }} pts
Q2 (lottery row {{ q2_row_pct }}%, you chose {{ q2_choice }}) {{ q2_pay }} pts
Q3 (your updated estimate: {{ q3 }}) {{ q3_pay }} pts

The randomly selected question for this trial was {{ paid_q }}, which would have paid {{ pay }} pts. Practice trials are for practice only and earn no points, but this is how scoring works for the real trials.

Note: For the real trials that follow, you will not see results between trials. Your results and points will be shown at the end.

{{ next_button }} {% endblock %}