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

The average of a leader's ten rounds of investment is {{ leader_average_contribution }},your estimation is :{{ cooperation_belief }}

Therefore, in the task of estimation, the extra earning you get is:{{ correct_estimation }} ECs。

If you have completed the estimation, please click the "Next" button and the computer will show you the summary of your payoff for your investment in stage three.

{% endblock %}