{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}实验前任务{% endblock %}
{% block content %}
现在设想一个类似正式实验中的场景,但是想象你们的初始资产都是 20。
假设您所在小组中有一个成员将首先投资(称其为先行者),然后你们将在他/她之后投资。
**回想一下您的收益是小组账户个人份额加上私人账户代币。
请说明您在不同情况下会投资多少:
| 如果先行者投资... | 那我将投资... | 如果先行者投资... | 那我将投资... | 如果先行者投资... | 那我将投资... |
|---|---|---|---|---|---|
| 0 | {% formfield player.con_investment_0 label='' %} | 7 | {% formfield player.con_investment_7 label='' %} | 14 | {% formfield player.con_investment_14 label='' %} |
| 1 | {% formfield player.con_investment_1 label='' %} | 8 | {% formfield player.con_investment_8 label='' %} | 15 | {% formfield player.con_investment_15 label='' %} |
| 2 | {% formfield player.con_investment_2 label='' %} | 9 | {% formfield player.con_investment_9 label='' %} | 16 | {% formfield player.con_investment_16 label='' %} |
| 3 | {% formfield player.con_investment_3 label='' %} | 10 | {% formfield player.con_investment_10 label='' %} | 17 | {% formfield player.con_investment_17 label='' %} |
| 4 | {% formfield player.con_investment_4 label='' %} | 11 | {% formfield player.con_investment_11 label='' %} | 18 | {% formfield player.con_investment_18 label='' %} |
| 5 | {% formfield player.con_investment_5 label='' %} | 12 | {% formfield player.con_investment_12 label='' %} | 19 | {% formfield player.con_investment_19 label='' %} |
| 6 | {% formfield player.con_investment_6 label='' %} | 13 | {% formfield player.con_investment_13 label='' %} | 20 | {% formfield player.con_investment_20 label='' %} |