{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Choices (2/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) were assigned to group A.
{{ include 'MR/BeliefList_1.html' }}
{{ include 'MR/BeliefList_2.html' }}
{% next_button %} {% endblock %}