{% extends "global/Page.html" %} {% load otree %} {% block title %} Trial: Results {% endblock %} {% block content %}
This is a trial. Your decisions have no consequences for your payoff. In this trial, you have unlimited time to get familiar with the task.
NOTE: The underlying relation between expert expectations, machine prediction and stock payoff are different from those in subsequent payoff relevant rounds.


Results of this round

Expectation expert 1 Expectation expert 2 Expectation expert 3 Expectation expert 4 Machine Learning Prediction Stock's actual payoff Your choice
Low payoff
High payoff
Low payoff
High payoff
Low payoff
Low payoff
{% if trial == 1%} Stock {% else %} Bond {% endif %}


Your resulting income from choosing the {% if trial == 1%} Stock {% else %} Bond {% endif %} in this round: {% if trial == 1%} 1 {% else %} 3 {% endif %} monetary units



{% next_button %} {% endblock %}