{{ extends "global/Page.html" }} {{ block title }}Voting Phase{{ endblock }} {{ block content }}
{{ formfields }}

Round {{ player.round_number }} ยท Step 4 of 4

Vote for the next game

{{ for i in "1234" }}
{{ endfor }}

You can now vote on which version of the game your group will play for the last round. There are three options. For each one, please state your choices and your expectation about others.

There are {{ group_size }} other players in your group.

Recap of the game options

Click on each option to review its rules and payoff table before voting.

{{ for game_code in "ABC" }}
{{ if game_code == 'A' }}No intervention{{ endif }} {{ if game_code == 'B' }}Message encouraging strategy A{{ endif }} {{ if game_code == 'C' }}Tax on strategy B{{ endif }}
{{ if game_code == 'A' }}

Players choose freely their management strategies.

{{ endif }} {{ if game_code == 'B' }}

Players choose freely their management strategies but receive this message encouraging strategy A:

{{ moral_message }}
{{ endif }} {{ if game_code == 'C' }}

Players choose freely their management strategies but pay a tax of {{ harmony_tax }} points if they choose strategy B.

{{ endif }}
{{ if game_code == 'A' or game_code == 'B' }} {{ endif }} {{ if game_code == 'C' }} {{ endif }}
Your choice Other player's choice Your earnings Other player's earnings
Strategy A Strategy A 440 440
Strategy A Strategy B 320 500
Strategy B Strategy A 500 320
Strategy B Strategy B 380 380
Strategy A Strategy A 440 440
Strategy A Strategy B 320 430
Strategy B Strategy A 430 320
Strategy B Strategy B 310 310
{{ endfor }}

Vote for your preferred game

Select your most preferred and least preferred game. You cannot pick the same game for both. To decide which games win the vote: the most preferred earns 2 points, the middle option earns 1 point, and the least preferred earns 0 points. The game with the most points in your group wins the vote.

โญ Most preferred

No intervention
Message encouraging strategy A
Tax on strategy B

๐Ÿ‘Ž Least preferred

No intervention
Message encouraging strategy A
Tax on strategy B

How much do you support each game?

Select one number for each game. 1 means no support and 5 means strong support.

{{ for question in support_questions }}

{{ question.label }}

{{ for number in "12345" }} {{ endfor }}
No support Strong support
{{ endfor }}

Please answer all questions before continuing.

{{ next_button }}
{{ include 'pd_game/shared_styles.html' }} {{ endblock }}