{{ block title }}This is the end of this part.
We are about to begin the second part.{{ endblock }} {{ block content }} {{ if player.wait_too_long == True or player.decide_too_long == True}} {{ if player.wait_too_long == True and player.decide_too_long == False}}

很抱歉,因為你的對手已經斷線,我們只能使用斷線時的決策點作為報酬基準,因此你在本實驗獲得{{ player.payoffs }}元法幣,兌換成新台幣{{ player.payoffs }}元。

加計出席費新台幣50元,你在本實驗總共獲得新台幣{{ player.total_payoff }}元。

{{ else }}

很抱歉,因為你已經超過規定的決策時間,你在本實驗中視同棄權。你的報酬為新台幣0元。

{{ endif }} {{ endif }} {{if player.decide_too_long == False}}

Please click "Next" to enter next part.

{{ endif }} {{ endblock }}