{% extends "global/Page.html" %} {% block title %}End{% endblock %} {% block content %}

Thank you very much for your participation!

The randomly chosen round for payment was {% if player.random_pay == 1 %} Part 1 Round 1 ({{ participant.Points_1 }} points),{% endif %} {% if player.random_pay == 2 %} Part 1 Round 2 ({{ participant.Points_2 }} points),{% endif %} {% if player.random_pay == 3 %} Part 1 Round 3 ({{ participant.Points_3 }} points),{% endif %} {% if player.random_pay == 4 %} Part 2 ({{ participant.Points_mpl }} points),{% endif %} which corresponds to {% if player.random_pay == 1 %} {{ participant.Earnings_1 }}0 dollars!{% endif %} {% if player.random_pay == 2 %} {{ participant.Earnings_2 }}0 dollars!{% endif %} {% if player.random_pay == 3 %} {{ participant.Earnings_3 }}0 dollars!{% endif %} {% if player.random_pay == 4 %} {{ participant.Earnings_mpl}} dollars!{% endif %}

Please generate a service order at Fiverr to receive your reward. {% if participant.earnings_pt1 == 5 %} Remember to add 5.00 dollars (the bonus from last week).{% endif %} {% if participant.earnings_pt1 == -5 %} Remember to reduce 5 dollars (the cost from last week).{% endif %} Your order at Fiverr must correspond to the exact value stated above plus any bonus or penalty from the previous week.

Should you have any problems, please contact Luisa Nazareno via the Fiverr chat or email at lnazareno@gsu.edu.


History Table:

Round Payoff (points)
Part 1 Round 1 {{ participant.Points_1 }}
Part 1 Round 2 {{ participant.Points_2 }}
Part 1 Round 3 {{ participant.Points_3 }}
Part 2 {{ participant.Points_mpl }}
{% endblock %}