{% extends "global/Page.html" %} {% load otree %} {% block content %} {% include "joint_inference/_styles.html" %}
For each of the {{ num_main }} scored trials, one of Q1, Q2, or Q3 is randomly selected to determine your points for that trial.
| Question | How it scores |
|---|---|
| Q1, Q3 (estimates) | You earn 100 minus your error squared, scaled so that off by 20 or more = 0 points. For example: off by 5 = 93 points, off by 10 = 75 points, off by 15 = 43 points, off by 20 or more = 0 points. |
| Q2 (identity bet) | One row of the price list is selected at random; your chosen option is played out. 0 or 100 points. |
Maximum per trial: 100 points.
You'll start with {{ num_practice }} practice trials with feedback after each, so you can see how the game works. Practice trials earn no points.
Then you'll play {{ num_main }} scored trials back-to-back without feedback. Your results and points will be shown at the end.
Ready? Click below to start the first practice trial.
{{ next_button }} {% endblock %}