{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Вопрос на понимание {% endblock %} {% block content %} {#
#} {#In one group out of seven, firm A has a performance of 5 and offers a bribe of 5.#} {# Firm B has a performance of 8 and offers a bribe of 4. The official chooses Firm A#} {# as winner of the government contract. In the other six groups, officials choose firms#} {# that have performances 3,4,6,7,8 and 9.#} {##} {#Please compute final payoffs in this particular group (including the initial endowment of 10 ECU, but not including the 5 ECU for the questionnaire).#} {#
#} {# {% formfield player.training_answer_A with label="What is the payment for firm A in a given group ?" %}#} {#{% formfield player.training_answer_B with label="What is the payment for firm B in a given group ?" %}#} {#{% formfield player.training_answer_C with label="What is the final payment for the public official in a given group ?" %}#} {##} {# Instructions are below once again#} {#
#}В одной группе из семи компания А имеет производительность равную 6 и предлагает взятку размером 5 ECU. Фирма B имеет производительность равную 8 и предлагает взятку в размере 4 ECU. Чиновник выбирает фирму A в качестве получателя госконтракта. Пожалуйста, подсчитайте окончательные выплаты в этой конкретной группе (включая первоначальную сумму в 10 ECU, но не включая 5 ECU за опросник).
{% formfield player.training_answer_A with label = "Какова выплата фирме A в данной группе?" %} {% formfield player.training_answer_B with label = "Какова выплата фирме B в данной группе?" %} {% formfield player.training_answer_C with label = "Какова выплата чиновнику в данной группе?" %} {% formfield player.training_answer_D with label = "Какова выплата гражданину в данной группе?" %}Инструкции представлены ниже еще раз.
{% next_button %}{% include "treate_E1/Introduction.html" %}
{% endblock %}