{{ block title }}Results{{ endblock }} {{ block content }}
Here is a summary of your performance across all 8 trials. Each trial is worth up to {{ per_trial_endowment }} points, minus a penalty for estimation error.
| Trial | Type | # balls (1st) | # balls (2nd) | First signal | Second signal | Your estimate | True position | Squared error | Points |
|---|---|---|---|---|---|---|---|---|---|
| {{ p.round_number }} | {{ if p.treatment == 'T1' }} Task 1 {{ else }} Task 2 {{ endif }} | {{ p.n_i }} | {{ p.n_j }} | {{ p.x_i }} | {{ p.x_j }} | {{ p.theta_hat }} | {{ p.theta }} | {{ p.squared_error|to0 }} | {{ if p.trial_payment > 0 }} {{ p.trial_payment|to0 }} {{ else }} 0 {{ endif }} |