{% extends "global/Page.html" %} {% load otree static %} {% block title %} Sound Response Practice {% endblock %} {% block content %}
English

Here is a sample of the sound

How annoying did you find this sound?

{% if participant.vars.game_role == 1 %} This was 5 seconds. You can choose to assign the other player any second between 0 and 50 using this slider {% else %} This was 5 seconds. The other player can choose to assign the you any second between 0 and 50 using this slider {% endif %}

শব্দটি কেমন তা এখন শুনুন:

আপনার এই শব্দটি কতটা বিরক্তিকর লেগেছে?

{% formfield player.sound_annoying %}

আপনার মনে হয় অন্য {% if participant.vars.opp_male == 1 %} পুরুষটির {% else %} নারীর {% endif %} শব্দটি কতটা বিরক্তিকর লাগবে? {% formfield player.other_annoying %}

{% if participant.vars.game_role == 1 %} শব্দটি ৫ সেকেন্ড ছিল। আপনি অন্য খেলোয়াড়কে এই শব্দটি ০ থেকে ৫০ সেকেন্ডের মধ্যে যেকোনো পরিমাণ শুনাতে পারবেন।
আপনি অন্য খেলোয়াড়ের জন্য যতক্ষণ শব্দ বাছাই করবেন তার সিদ্ধান্তর জন্য, আপনার তার ৫ ভাগের ১ ভাগ শুনতে হবে। {% else %} শব্দটি ৫ সেকেন্ড ছিল। অন্য খেলোয়াড় আপনাকে এই শব্দটি ০ থেকে ৫০ সেকেন্ডের মধ্যে যেকোনো পরিমাণ শুনাতে পারবেন।
অন্য খেলোয়াড় আপনার বাছাই এর জন্য যতক্ষণ শব্দ বাছাই করবে তার ৫ ভাগের ১ ভাগ শব্দ পরবর্তীতে অন্য খেলোয়াড়েরও শুনতে হবে শুনতে হবে। {% endif %}

{% endblock %}