{% extends "global/Page.html" %} {% load otree static %} {% block title %} Earnings {% endblock %} {% block content %}

You choose: {{Princ2_Agnt}} and {{Princ2_Jar}}.

Your Jar
{% if group.Princ2_Agnt2 == 0 %} {% if group.Princ2_JarB == 0 %}

The Expert estimated the jar had {{group.Agnt1_EstA}}.

{% endif %} {% if group.Princ2_JarB == 1 %}

The Expert estimated the jar had {{group.Agnt1_EstB}}.

{% endif %} {% endif %} {% if group.Princ2_Agnt2 == 1 %} {% if group.Princ2_JarB == 0 %}

The Expert estimated the jar had {{group.Agnt2_EstA}}.

{% endif %} {% if group.Princ2_JarB == 1 %}

The Expert estimated the jar had {{group.Agnt2_EstB}}.

{% endif %} {% endif %}

The jar actually contained and you earned {{player.round_payoff}}.

The Other Jar
{% if group.Princ2_Agnt2 == 0 %} {% if group.Princ2_JarB == 0 %}

The Expert estimated the other jar had {{group.Agnt1_EstB}}.

{% endif %} {% if group.Princ2_JarB == 1 %}

The Expert estimated the other jar had {{group.Agnt1_EstA}}.

{% endif %} {% endif %} {% if group.Princ2_Agnt2 == 1 %} {% if group.Princ2_JarB == 0 %}

The Expert estimated the other jar had {{group.Agnt2_EstB}}.

{% endif %} {% if group.Princ2_JarB == 1 %}

The Expert estimated the other jar had {{group.Agnt2_EstA}}.

{% endif %} {% endif %}

Your estimate for the actual value of the other jar is {{player.ncf_payoff}}. This estimate is equally likely to be anywhere from ${{session.vars.Noise}} below the actual amount to ${{session.vars.Noise}} above the actual amount.

{% if session.vars.tx_arm != 'NoRep' %}
Please rate the expert:
{% formfield group.Prnc2_Rate label="Your Rating" %} {% endif %} {% next_button %} {% endblock %}