{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
第 {{subsession.round_number}} / {{ Constants.num_rounds }} 轮 结果
{% endblock %}
{% block content %}
以下表格总结了本轮中你的相关实验信息, {% if subsession.round_number < Constants.num_rounds%}点击“下一页”继续下一轮实验 {% else %} 点击“下一页”完成实验后任务 {% endif %}
| 你的 {% if subsession.treatment == 2 or subsession.treatment == 3 or subsession.treatment == 4 %}平均 {% elif subsession.treatment == 5 or subsession.treatment == 6 %}AI {%endif%}得分(满分100) | {% if subsession.treatment == 2 or subsession.treatment == 3 or subsession.treatment == 4 %}{{ player.average_scores_received }} {% elif subsession.treatment == 5 or subsession.treatment == 6 %}{{ player.average_AIscores_received }} {%endif%}分 |
|---|---|
| 你在小组中的排名 | {{ player.score_rate }} |
| 你的初始资产 | {{ player.endowment }} |
| 你投资给小组账户的代币数 | {{ player.contribution }} |
| 小组账户的总代币数 | {{ group.group_contribution_sum }} |
| 小组账户个人份额 | {{ group.public_account_payoff }} |
| 投资任务收益 | {{ player.pgg_payoff }} |
| 被扣除的代币(负收益) | - {{ player.punish }} |
| 本轮收益 | {{ player.payoff }} |