{{ block title }} {% if participant.is_dropout %} Thank you for having participated in our experiment! {% else %} Earnings {% endif %} {{ endblock }} {% block content %} {% if participant.is_dropout %}
You were excluded from the experiment due to inactivity.
Please close this study and return your submission on Prolific by selecting the 'Stop Without Completing' button.
{% else %} {% if group.number_of_dropouts >= 3 %}The Game ended because too many participants dropped out.
{% endif %} {% if player.round_number < C.SELECTED_ROUNDS %}Since the number of rounds played are less than the required number of rounds to determine your payoff, we will pay you the participation fee to account for the time you have invested into our experiment.
{% else %} {% if player.participant.type == 'Citizen' %}
| GAME | THOUGHTS | |||
| Round | Income | Round | Income | |
| Random Draw 1 | {{ selected_round_game1 }} | {{ selected_game_income1 }} Points | {{ selected_round_belief1 }} | {{ selected_beliefs_income1 }} Points |
| Random Draw 2 | {{ selected_round_game2 }} | {{ selected_game_income2 }} Points | {{ selected_round_belief2 }} | {{ selected_beliefs_income2 }} Points |
| Random Draw 3 | {{ selected_round_game3 }} | {{ selected_game_income3 }} Points | {{ selected_round_belief3 }} | {{ selected_beliefs_income3 }} Points |
| Random Draw 4 | {{ selected_round_game4 }} | {{ selected_game_income4 }} Points | {{ selected_round_belief4 }} | {{ selected_beliefs_income4 }} Points |
| Random Draw 5 | {{ selected_round_game5 }} | {{ selected_game_income5 }} Points | {{ selected_round_belief5 }} | {{ selected_beliefs_income5 }} Points |
| Random Draw 6 | {{ selected_round_game6 }} | {{ selected_game_income6 }} Points | {{ selected_round_belief6 }} | {{ selected_beliefs_income6 }} Points |
| Random Draw 7 | {{ selected_round_game7 }} | {{ selected_game_income7 }} Points | {{ selected_round_belief7 }} | {{ selected_beliefs_income7 }} Points |
| = {{ income_decisions }} Points | = {{ participant.income_beliefs }} Points | |||
| GAME | ||
| Round | Income | |
| Random Draw 1 | {{ selected_round_game1 }} | {{ selected_game_income1 }} Points |
| Random Draw 2 | {{ selected_round_game2 }} | {{ selected_game_income2 }} Points |
| Random Draw 3 | {{ selected_round_game3 }} | {{ selected_game_income3 }} Points |
| Random Draw 4 | {{ selected_round_game4 }} | {{ selected_game_income4 }} Points |
| Random Draw 5 | {{ selected_round_game5 }} | {{ selected_game_income5 }} Points |
| Random Draw 6 | {{ selected_round_game6 }} | {{ selected_game_income6 }} Points |
| Random Draw 7 | {{ selected_round_game7 }} | {{ selected_game_income7 }} Points |
| = {{ income_decisions }} Points | ||
Recall, 10 Points are equivalent to £{{ ex_rate }}.
| Your total income in the randomly selected rounds of the game is: | {{ income_game }} Points |
| Your earnings from the Game are: | £{{ earning }} |