{% extends "global/Page.html" %} {% block title %}Post Round Debrief{% endblock %} {% block content %} <p> While you are waiting for other players, please take a moment to answer the following questions about the previous round. Remember answering these questions after each round will result in $5 participation fee added to your payoff from your earnings in the experiment. If all questions are answered, any correct answers for the first question will be reward with an additional $1. </p> <p> In the last round, you chose to contribute {{ player.contribution }} to the public account and kept {{ player.private_keep }} in your personal account. </p> <p> Remember the other subject's endowment in the round was {{ player.other_endowment }}. </p> {% formfields %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}