{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
The Game has Ended
{% endblock %}
{% block content %}
Your TOTAL points earned from the game is: {{ participant.payoff }}
THANK YOU FOR YOUR PARTICIPATION
Your total points have been recorded for the purpose of the random draw, which would be decided sometime between March
and May, 2022. At this point, we would like to inform you that responses from your partner Red Player were pre-programmed
and not made by another participant.
We request you not to disclose the details of the study to anyone as it could severely affect our
research and substantially decrease your chances to be part of all three random draws. Thank you for your cooperation.
Have a great rest of the day! 😊
{% next_button %} {% endblock %}