{% extends "global/Page.html" %} {% load otree %} {% load utils %} {% block title %} Thank you {% endblock %} {% block content %}

Thanks for playing the financial simulator.

You made {{ accumulated_payoff }}. Your opponent was {{ opponent_name }} and they made {{ opponent_payoff }}.

Discuss with your classmates and professor what you noticed as you played today. Did seeing your opponent's moves make a difference in how you played?

When going through the charts below, please pay close attention to the scale.


To save this screen for later reference, type Control-P on Windows or Command-P on Mac to pull up the "Print" dialog box. Enter the "Save as PDF" option. (Additionally, the charts each have their own menu where you can print/save them individually)


Results

{% if should_display_opponent_bids %} {% endif %} {% for _ in payoffs %} {% if should_display_opponent_bids %} {% endif %} {% endfor %}
Round Bid PayoffOpponent Bid
{{ forloop.counter }} {{ bids|get_by_index:forloop.counter0 }} {{ payoffs|get_by_index:forloop.counter0 }}{{ opponent_bids|get_by_index:forloop.counter0 }}
{% for _ in payoffs %}
{% endfor %}
{% endblock %}