{% extends "global/Page.html" %} {% load otree static %} {% block title %} 第{{ subsession.round_number }}回合 {% endblock %} {% block global_styles %} {% endblock %} {% block content %}

在進入正式的回合之前,我們先給您一個例子。

{{ player.treatment_pronoun }}
{{ player.waiting_period }} 週後
得到
{{ player.gained_amount }}元

註:這邊的金額和日期僅是範例,在真實的實驗中,每回合的金額和日期都會不同。

{% formfield player.get_money_now_or_future %}

如果您選擇今天的報酬,那代表您今天會得到100元。

如果您選擇未來的報酬,那代表您會在2週後得到120元。

{% next_button %}
{% formfield player.waiting_period %} {% formfield player.gained_amount %} {% formfield player.treatment_pronoun %} {% formfield player.treatment_speech_speed %} {% formfield player.num_listen_times %} {% formfield player.decision_duration %}
{% endblock %} {% block global_scripts %} {% endblock %}