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

{% if participant.vars.be01 == 0 %} You kept the bad plate for yourself and gave the good lottery to the other player, therefore, you will get bad plate and the other player is supposed to pick a dice from the good lottery. {% else %} You kept the good plate for yourself and gave the bad lottery to the man, therefore, you will get good plate and the other player is supposed pick a dice from the bad lottery. {% endif %}

{% if player.listen_decide_c == 1 %} Since you chose to listen to the sound we will not deduct 10 taka from your base compensation of 100 taka for participating in the survey and you will receive 100 taka for your participation {% else %} We will deduct 10 taka from your full compensation of 100 taka for participating in the survey since you decided not to listen to the sound and you will receive 90 taka for your participation. {% endif %}

{% if participant.vars.be01 == 0 %} আপনি নিজের জন্য খারাপ বাটি রেখেছেন এবং অন্য খেলোয়াড় কে ভাল বাটি বাছাই করে দিয়েছেন। অর্থাৎ আপনি খারাপ বাটির খাবার পাবেন এবং অন্য খেলোয়াড়টি ভাল বাটির খাবার পাবেন। {% else %} আপনি নিজের জন্য ভাল বাটি রেখেছেন এবং অন্য খেলোয়াড় কে কন খাবার দেন নি। অর্থাৎ আপনি ভাল বাটির খাবার পাবেন এবং অন্য খেলোয়াড়টি কন খাবার পাবে না। {% endif %}

{% if player.listen_decide_c == 1 %} যেহেতু আপনি শব্দ শুনতে চান, আপনি জরিপে অংশগ্রহণ করার জন্য সম্পূর্ণ ১০০ টাকাই পাবেন। {% else %} যেহেতু আপনি শব্দ শুনতে চান না, আপনি জরিপে অংশগ্রহণ করার জন্য যে ১০০ টাকা পেতেন সেখান থেকে ১০ টাকা কেটে রাখব এবং আপনি ৯০ টাকা পাবেন। {% endif %}

Enter Enum Password: {% formfield group.pass_key %}

{% next_button %} {% endblock %}