{% extends "global/Page.html" %} {% load staticfiles otree %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %} Round {{ round }} Summary {% endblock %} {% block content %}
"Player X" below in the table represent the player ID and you can use it to identify who traded with you in the last round. But it does not provide extra information since the player ID changes every round for each participant.
From | To | {% if treatment == 'take/Leave' or treatment == 'double' %}Transfer | {% endif %} {% if messaging %}Message | {% endif %}Result |
---|---|---|---|---|
{( action.from )} | {( action.to )} | {% if treatment == 'take/Leave' or treatment == 'double' %}{( action.amount )} | {% endif %} {% if messaging %}{( action.message )} | {% endif %}{( action.status )} |
Payoff | |
---|---|
Endowment Value Waiting Cost Transfer Total |
{( endowment )} {( value )} {( waiting_cost )} {( transfer )} {( roundPayoff )} |
Start Line | Final Line | Round Payoff | |
---|---|---|---|
Front Back |
{( startLine[0] )} {( startLine[1] )} {( startLine[2] )} {( startLine[3] )} {( startLine[4] )} {( startLine[5] )} |
{( endLine[0] )} {( endLine[1] )} {( endLine[2] )} {( endLine[3] )} {( endLine[4] )} {( endLine[5] )} |
{( roundPayoff )} |