{% extends "global/Page.html" %} {% load otree %} {% block content %} {% include "joint_inference/_styles.html" %}
Below is a summary of all your trials.
| Trial | Sample size | True red | Your draw | Report A / B | Partner | Q1 | Q3 | Paid Q | Points |
|---|---|---|---|---|---|---|---|---|---|
| {{ t.round_number }}{% if t.is_practice %} (practice){% endif %} | {{ t.n_i }} | {{ t.true_red }} | {{ t.k_i }}/{{ t.n_i }} | {{ t.k_a }} / {{ t.k_b }} | {% if t.a_is_partner %}A{% else %}B{% endif %} | {{ t.q1 }} | {{ t.q3 }} | {{ t.paid_q }} | {{ t.pay }} |
Total points: {{ total_payoff }}
{{ next_button }} {% endblock %}