{% extends "global/Page.html" %} {% load otree %} {% block title %} Results: Round 1 {% endblock %} {% block content %}
Results of this round
| Expectation expert 1 | Expectation expert 2 | Expectation expert 3 | Expectation expert 4 | Stock's actual payoff | Your choice |
|---|---|---|---|---|---|
|
{% if exp1 == 1%} High payoff {% else %} Low payoff {% endif %} |
{% if exp2 == 1%} High payoff {% else %} Low payoff {% endif %} |
{% if exp3 == 1%} High payoff {% else %} Low payoff {% endif %} |
{% if exp4 == 1%} High payoff {% else %} Low payoff {% endif %} |
{% if payoff == 1%} High payoff {% else %} Low payoff {% endif %} |
{% if choice == 1%} Stock {% else %} Bond {% endif %} |
Your resulting income from choosing the {% if choice == 1%} Stock {% else %} Bond {% endif %} in this round: {{ income }} monetary units