{% extends "global/Page.html" %} {% load otree %} {% load staticfiles otree_tags %} {% block title %}EPH 2 MAN 1{% endblock %} {% block content %} {% if participant.vars.be01 == 1 %}
Given that the woman chose the bad plate for you, how long does she have to listen to the sound?
মহিলাটি আপনার জন্য খারাপ প্লেটটি বাছাই করেছেন। আপনি তাকে কতক্ষণ আওয়াজ শোনাবেন?
{% elif participant.vars.be01 == 0 %}
How long would she need to listen to the sound if she had given the bad plate to you?
মহিলাটি ভাল প্লেটের বদলে যদি আপনার জন্য খারাপ প্লেট বেছে দিত, তাহলে আপনি তাকে কতক্ষণ আওয়াজ শোনাতেন?
{% endif %} {% formfields %} {{ form.errors }} {% next_button %} {% endblock %}