{% extends "global/Page.html" %} {% load otree %} {% block title %}第2回計算問題説明 {% endblock %} {% block content %} 
<img src="{% static "resettlementapp/第2回収入1115.jpg" %}"width="100%" height="100%"/><br>
<div style="padding: 10px; margin-bottom: 10px; border: 1px solid #333333; background-color: #f0f8ff;">あなたはの役割は <b>{% if id_in_group == victim %}土地を提供する町{% else %}その他の町{% endif %}</b> です。
{% if border < 0%}今回はプロジェクトが破綻したため事業規模 <b>0</b>となりました。よって補償も発生しません。<br>
{% else %}今回のプロジェクトの事業規模(q)は <b>{{ divisionR }}</b> となりました。また、最後の決算にてあなたの
	{%if id_in_group == victim%}受け取れる
	{% else %}支払う
	{% endif %}
	単位補償金額(c)は <b>
	{% 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 %}
	</b> です。<br>
{% endif %}
</div>
{% if id_in_group == victim %}<p style="text-align:center;"><img src="{% static "resettlementapp/実験テーブルv.jpg" %}" style="max-width:100%;"/></p><br>
{% else %}<p style="text-align:center;"><img src="{% static "resettlementapp/実験テーブルo.jpg" %}" style="max-width:100%;"/></p><br>{% endif %}
次のページから事業中の収入を確定する計算問題が始まります。時間制限は<b><font color ="red">30秒</font></b>です。答えられるだけ解答してください。先ほど決まった<b>２回目の収入の上限額に全20問のうちの正答率をかけた額が収入</b>として入ります。<br>
{%formfields%}
<br>
用意ができ次第次のページに進んでください。<font color = "red">次のページが表示されると30秒のカウントダウンが始まります。</font>{% next_button %} {% endblock %}