{% extends "global/Page.html" %} {% load otree static %} {% block title %} Practice Round Results {% endblock %} {% block content %}

Second {{ random_time }} was randomly selected, during which {% if row_move == 'None' %} you had not yet selected a choice. {% else %} your choice was {{ row_move }}. {% endif %} The randomly selected column player's choice was {{ column_move }}. The payoff for this game would have been {{ payoff }}, or {{ payoff_dollars }}.

Click on the next button to proceed to the experiment.

{% endblock %}