{% extends "global/Page.html" %} {% load otree static %} {% block title %} Understanding Questions {% endblock %} {% block content %}
English Let’s see if you understood the game. {% if participant.vars.game_role == 1 %}

If the other player chooses to keep the good plate for themself, which lottery are they picking for you? (Correct answer: Bad lottery)

If the other player chooses to keep the bad plate for themself, which lottery are they picking for you? (Correct answer: Good lottery)

If the other player chooses to keep the bad plate for themself and picks the good lottery for you, from which lottery back do you pick a die? (Enumerator: Ask respondent to point to bad) (Correct answer: Blue bag)

If the other player chooses to keep the good plate for themself and picks the bad lottery for you, from which lottery back do you pick a die? (Enumerator: Ask respondent to point to bad) (Correct answer: Red bag)

If you pick a chicken die, which plate will you get? (Correct answer: Chicken Plate)

If you pick a rice die, which plate will you get? (Correct answer: Rice Plate)

If you pick die from the good lottery jar, that has almost only chicken die, which plate are you more likely to get? (Correct answer: Chicken Plate)

If you pick die from the bad lottery jar, that {% if participant.vars.treatment != 1 %} also has almost only chicken die, {% else %} has almost only rice die {% endif %} which plate are you more likely to get? {% if participant.vars.treatment != 1 %} (Correct answer: Chicken Plate) {% else %} (Correct answer: Rice Plate) {% endif %}

{% else %}

If you choose to keep the good plate for yourself, which lottery are you picking for the other player? (Correct answer: Bad lottery)

If you choose to keep the bad plate for yourself, which lottery are you picking for the other player? (Correct answer: Good lottery)

If you choose to keep the bad plate for yourself and pick the good lottery for the other player, from which lottery bag does the other player pick a die from? (Enumerator: Ask respondent to point to bad) (Correct answer: Blue bag)

If you choose to keep the good plate for yourself and pick the bad lottery for the other player, from which lottery back does the other player pick a die from?? (Enumerator: Ask respondent to point to bad) (Correct answer: Red bag)

If the other player picks a chicken die, which plate will they get? (Correct answer: Chicken Plate)

If the other player picks a rice die, which plate will they get? (Correct answer: Rice Plate)

If the other player picks a die from the good lottery jar, that has almost only chicken die, which plate are they more likely to get? (Correct answer: Chicken Plate)

If the other player picks a die from the bad lottery jar, that {% if participant.vars.treatment != 1 %} also has almost only chicken die, {% else %} has almost only rice die {% endif %} which plate are they more likely to get? {% if participant.vars.treatment != 1 %} (Correct answer: Chicken Plate) {% else %} (Correct answer: Rice Plate) {% endif %}

{% endif %}

চলুন দেখি আপনি খেলাটি বুঝতে পেরেছেন নাকি। {% if participant.vars.game_role == 1 %}

যদি অন্য খেলোয়াড় নিজের জন্য ভাল বাটি বাছাই করে, তাহলে তিনি আপনার জন্য কোন বাটি বাছাই করছে?
ভালো বাটি, খারাপ বাটি, কোন বাটি না? (সঠিক উত্তর: খারাপ বাটি) {% formfield player.u_1 %}

যদি অন্য খেলোয়াড় নিজের জন্য খারাপ বাটি বাছাই করে, তাহলে তিনি আপনার জন্য কোন বাটি বাছাই করছে?
ভালো বাটি, খারাপ বাটি, কোন বাটি না? (সঠিক উত্তর: ভাল বাটি) {% formfield player.u_2 %}

আপনি কতো সেকেন্ড থেকে কতো সেকেন্ড শব্দ বাছাই করতে পারবেন?
০ থেকে ২০, ০ থেকে ৫০, ২৫ থেকে ১০০ (সঠিক উত্তর: ০-৫০) {% formfield player.u_3 %}

আপনার বাছাইকৃত শব্দের কত ভাগ শব্দ আপনার নিজের শুনতে হবে?
সম্পূর্ণ, ৫ ভাগের ১ ভাগ, অর্ধেক (সঠিক উত্তরঃ ৫ ভাগের ১ ভাগ) {% formfield player.u_4 %}

{% else %}

যদি আপনি নিজের জন্য ভাল বাটি বাছাই করেন, তাহলে অন্য খেলোয়াড় কোন বাটি পাবে?
ভালো বাটি, খারাপ বাটি, কোন বাটি না? (সঠিক উত্তর: খারাপ বাটি) {% formfield player.u_1 %}

যদি আপনি নিজের জন্য খারাপ বাটি বাছাই করেন, তাহলে অন্য খেলোয়াড় কোন বাটি পাবে?
ভালো বাটি, খারাপ বাটি, কোন বাটি না? (সঠিক উত্তর: ভালো বাটি) {% formfield player.u_2 %}

অন্য খেলোয়াড় আপনার বাছাই এর জন্য কতো সেকেন্ড থেকে কতো সেকেন্ড শব্দ বাছাই করতে পারবেন?
০ থেকে ২০, ০ থেকে ৫০, ২৫ থেকে ১০০ (সঠিক উত্তর: ০-৫০) {% formfield player.u_3 %}

অন্য খেলোয়াড়ের বাছাইকৃত শব্দের কতটুক শব্দ শুনতে হবে?
সম্পূর্ণ, ৫ ভাগের ১ ভাগ, অর্ধেক (সঠিক উত্তরঃ ৫ ভাগের ১ ভাগ) {% formfield player.u_4 %}

{% endif %}

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

{% next_button %} {% endblock %}