{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Choices (1/2) {% endblock %} {% block content %} We have matched you with another participant. Below, you find your score and that of the other participant. We also inform you whether you and the other participant received the bonus payment or nor.
You scored {{score_self}} points.
You received the bonus payment of {{Constants.bonus}} Euros.
You submitted your last correct answer after {{time_self}} seconds.
The other participant scored {{score_other}} points.
The other participant received the bonus payment of {{Constants.bonus}} Euros.
The other participants submitted their last correct answer after {{time_other}} seconds.

Please choose between the options below.
If you choose option A, you receive {{Constants.payoff_beliefs}} Euros if you (the other participant) scores in the top 50 of this session. By being in top 50, we mean that you or the other participant are ranked in the top 50% of this session. For instance if there are 10 participants in today's session, being in the op 50% means ranking in place 1-5.
{{ include 'MR/BeliefList_1.html' }}
{{ include 'MR/BeliefList_2.html' }}
{% next_button %} {% endblock %}