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

{% if participant.vars.be01 == 0 %} You will get the good plate {% else %} You will get the bad plate {% endif %}

{% if player.listen_decide_p == 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 participating in the survey {% endif %}

{% if participant.vars.be01 == 0 %} আপনি ভাল বাটির খাবার পাবেন। {% else %} আপনি খারাপ বাটির খাবার পাবেন। {% endif %}

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

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

{% next_button %} {% endblock %}