{{ block title }} 第 {{player.num_subsession}} 輪 {{ endblock }} {{ block content }}
結算
{{ if player.is_group_all_died_for_first_cycle}}本輪實驗結束。在本輪你的大組分別依序選擇 {{vote_first}} 一種方案,大組中所有人皆被選中 ( 共 {{Constants.players_per_group}} 人 ) 。
{{else}} {{ if player.is_group_all_died_for_second_cycle }}本輪實驗結束。在本輪你的大組分別依序選擇 {{vote_first}} 和 {{vote_second}} 兩種方案,大組中所有人皆被選中 ( 共 {{Constants.players_per_group}} 人 ) 。
{{else}}本輪實驗結束。在本輪你的大組分別依序選擇 {{vote_first}} , {{vote_second}} 和 {{vote_third}} 三種方案, {{ if player.is_all_died }} 大組中所有人皆被選中 ( 共 {{Constants.players_per_group}} 人 ) 。
{{ else }} 大組中有 {{ group.num_death }} 人被選中。 {{ endif }} {{ endif }} {{endif}}{{ if player.is_died }} 你在此輪被選中了,此輪實驗您共獲得 {{player.total_pay_subsession}} 法幣報酬,請按下 Next 繼續進行。
{{ else }} 你在此輪未被選中,此輪實驗您共獲得 {{player.total_pay_subsession}} 法幣報酬,請按下 Next 繼續進行。 {{ endif }}