{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %}Вопрос на понимание{% endblock %} {% block content %} {% if player.training_answer_A == Constants.training_answer_A_correct %}

{# Your answer {{player.training_answer_A}} for the computation of payoff for firm A was correct.#} Ваш ответ {{player.training_answer_A}} о расчете прибыли для фирмы A был правильным.

{% else %}

{# Your answer {{player.training_answer_A}} for the computation of payoff for firm A was incorrect.#} {# The correct answer is 16 ECU.#} {# 10 ECU (endowment) - 5 ECU (bribe paid) – 1 ECU (bribe transaction cost) +#} {# 10 ECU (government contract) + 2 ECU ((5+3+4+6+7+8+9)/21=2, additional#} {# payment through winning firm’s performance in all seven groups) = 16 ECU.#} Ваш ответ {{player.training_answer_A}} о расчете прибыли для фирмы A был неверным. Правильный ответ - 14 ECU. 10 ECU (первоначальная сумма) - 5 ECU (выплата взятки) - 1 ECU (стоимость транзакции взятки) + 10 ECU (госконтракт) = 14 ECU.

{% endif %} {% if player.training_answer_B == Constants.training_answer_B_correct %}

{# Your answer {{player.training_answer_B}} for the computation of payoff for firm B was correct.#} Ваш ответ {{player.training_answer_B}} о расчете прибыли для фирмы В был правильным.

{% else %}

{# Your answer {{player.training_answer_B}} for the computation of payoff for firm B was incorrect.#} {# The correct answer is 11 ECU.#} {# 10 ECU (endowment) – 1 ECU (bribe transaction cost) + 2 ECU ((5+3+4+6+7+8+9/21=2,#} {# additional payment through winning firm’s performance in all seven groups) = 11 ECU.#} Ваш ответ {{player.training_answer_B}} о расчете прибыли для фирмы В был неверным. Правильный ответ - 9 ECU. 10 ECU (первоначальная сумма) - 1 ECU (стоимость транзакции взятки) = 9 ECU.

{% endif %} {% if player.training_answer_C == Constants.training_answer_C_correct %}

{# Your answer {{player.training_answer_C}} for the computation of payoff for public official was correct.#} Ваш ответ {{player.training_answer_C}} о расчете прибыли для чиновника был правильным.

{% else %}

{# Your answer {{player.training_answer_C}} for the computation of payoff for public official was incorrect.#} {# The correct answer is 17 ECU.#} {# 10 ECU (endowment) + 5 ECU (bribe received from winning firm) + 2 ECU ((5+3+4+6+7+8+9)/21=2, additional#} {# payment through winning firm’s performance in all seven groups) = 17 ECU.#} Ваш ответ {{player.training_answer_C}} на вычисление выигрыша чиновника был неверным. Правильный ответ - 15 ECU. 10 ECU (первоначальная сумма) + 5 ECU (взятка, полученная от выигравшей фирмы) = 15 ECU.

{% endif %} {% if player.training_answer_D == Constants.training_answer_D_correct %}

{# Your answer {{player.training_answer_A}} for the computation of payoff for firm A was correct.#} Ваш ответ {{player.training_answer_D}} о расчете прибыли для гражданина был правильным.

{% else %}

{# Your answer {{player.training_answer_A}} for the computation of payoff for firm A was incorrect.#} {# The correct answer is 16 ECU.#} {# 10 ECU (endowment) - 5 ECU (bribe paid) – 1 ECU (bribe transaction cost) +#} {# 10 ECU (government contract) + 2 ECU ((5+3+4+6+7+8+9)/21=2, additional#} {# payment through winning firm’s performance in all seven groups) = 16 ECU.#} Ваш ответ {{player.training_answer_D}} о расчете прибыли для гражданина был неверным. Правильный ответ - 12 ECU. 6 (производительность победившей фирмы) * 2 (коэффициент) = 12 ECU.

{% endif %} {% next_button %}

{% include "treate_E1/Introduction.html" %}

{% endblock %}