{% extends "global/Page.html" %} {% load otree %} {% block title %}第2回計算問題説明 {% endblock %} {% block content %}
あなたはの役割は {% if id_in_group == victim %}土地を提供する町{% else %}その他の町{% endif %} です。 {% if border < 0%}今回はプロジェクトが破綻したため事業規模 0となりました。よって補償も発生しません。
{% else %}今回のプロジェクトの事業規模(q)は {{ divisionR }} となりました。また、最後の決算にてあなたの {%if id_in_group == victim%}受け取れる {% else %}支払う {% endif %} 単位補償金額(c)は {% if round_number == 2 %} {%if id_in_group == victim%}{{compensationP2victim}} {% else %}{{compensationP2}} {% endif %} {% elif round_number == 4 %} {%if id_in_group == victim%}{{compensationP2victim}} {% else %}{{compensationP2}} {% endif %} {% else %} {%if id_in_group == victim%} {{compensationRv}} {% else %}{{ compensationR }}{% endif %} {% endif %} です。
{% endif %}
{% if id_in_group == victim %}


{% else %}


{% endif %} 次のページから事業中の収入を確定する計算問題が始まります。時間制限は30秒です。答えられるだけ解答してください。先ほど決まった2回目の収入の上限額に全20問のうちの正答率をかけた額が収入として入ります。
{%formfields%}
用意ができ次第次のページに進んでください。次のページが表示されると30秒のカウントダウンが始まります。{% next_button %} {% endblock %}