{% extends "global/Page.html" %} {% load otree static %} {% block title %} Outcome {% endblock %} {% block styles %} {% endblock %} {% block content %}
The computer has randomly four games. For each game a second was randomly selected to determine your choice. A column player for that game was also chosen at random. Their move for the corresponding games will be displayed along with your move.
Game {{ game.round }} was random selected. Second {{ game.random_time }} was randomly selected, during which {% if game.row_move == 'None' %} you had not yet selected a choice. {% else %} your choice was {{ game.row_move }}. {% endif %} The randomly selected column player's choice was {{ game.column_move }}. The payoff for this game is {{ game.payoff }}, or {{ game.payoff_dollars }}.
{% endfor %}Your final payoff is {{ final_payoff }}.