{{ block title }}Double Check Your Choices{{ endblock }} {{ block content }}

Your answers on the previous page were inconsistent with each other. Please revise your selections.

{{ if player.b01 == "A" and player.b02 == "B" }}

For example, you stated that you would be willing to give up ${{player.sub01|to2}} but not ${{player.sub02|to2}}.

{{ endif }} {{ if player.b01 == "A" and player.b03 == "B" }}

For example, you stated that you would be willing to give up ${{player.sub01|to2}} but not ${{player.sub03|to2}}.

{{ endif }} {{ if player.b01 == "A" and player.b04 == "B" }}

For example, you stated that you would be willing to give up ${{player.sub01|to2}} but not ${{player.sub04|to2}}.

{{ endif }} {{ if player.b01 == "A" and player.b05 == "B" }}

For example, you stated that you would be willing to give up ${{player.sub01|to2}} but not ${{player.sub05|to2}}.

{{ endif }} {{ if player.b01 == "A" and player.b06 == "B" }}

For example, you stated that you would be willing to give up ${{player.sub01|to2}} but not ${{player.sub06|to2}}.

{{ endif }} {{ if player.b02 == "A" and player.b03 == "B" }}

For example, you stated that you would be willing to give up ${{player.sub02|to2}} but not ${{player.sub03|to2}}.

{{ endif }} {{ if player.b02 == "A" and player.b04 == "B" }}

For example, you stated that you would be willing to give up ${{player.sub02|to2}} but not ${{player.sub04|to2}}.

{{ endif }} {{ if player.b02 == "A" and player.b05 == "B" }}

For example, you stated that you would be willing to give up ${{player.sub02|to2}} but not ${{player.sub05|to2}}.

{{ endif }} {{ if player.b02 == "A" and player.b06 == "B" }}

For example, you stated that you would be willing to give up ${{player.sub02|to2}} but not ${{player.sub06|to2}}.

{{ endif }} {{ if player.b03 == "A" and player.b04 == "B" }}

For example, you stated that you would be willing to give up ${{player.sub03|to2}} but not ${{player.sub04|to2}}.

{{ endif }} {{ if player.b03 == "A" and player.b05 == "B" }}

For example, you stated that you would be willing to give up ${{player.sub03|to2}} but not ${{player.sub05|to2}}.

{{ endif }} {{ if player.b03 == "A" and player.b06 == "B" }}

For example, you stated that you would be willing to give up ${{player.sub03|to2}} but not ${{player.sub06|to2}}.

{{ endif }} {{ if player.b04 == "A" and player.b05 == "B" }}

For example, you stated that you would be willing to give up ${{player.sub04|to2}} but not ${{player.sub05|to2}}.

{{ endif }} {{ if player.b04 == "A" and player.b06 == "B" }}

For example, you stated that you would be willing to give up ${{player.sub04|to2}} but not ${{player.sub06|to2}}.

{{ endif }} {{ if player.b05 == "A" and player.b06 == "B" }}

For example, you stated that you would be willing to give up ${{player.sub05|to2}} but not ${{player.sub06|to2}}.

{{ endif }}

Please review your decisions below. Please think about how much you would be willing to give up for your partner to also receive an additional ${{ C.DONOR_BUDGET|to2}} payment. Then indicate your preference in each of the following choices.

Option A Option B Your Choice
Choice 1
You get ${{player.b01_level|to2}} and your partner gets ${{C.COMB|to2}}. (In other words, you give up ${{player.sub01|to2}}.) You get ${{C.COMB|to2}} and your partner gets ${{C.EXPERIMENTAL_PAY|to2}}. (In other words, you give up $0.) {{ for field in b01_fields }} {{ formfield field }} {{ endfor }}
Choice 2
You get ${{player.b02_level|to2}} and your partner gets ${{C.COMB|to2}}. (In other words, you give up ${{player.sub02|to2}}.) You get ${{C.COMB|to2}} and your partner gets ${{C.EXPERIMENTAL_PAY|to2}}. (In other words, you give up $0.) {{ for field in b02_fields }} {{ formfield field }} {{ endfor }}
Choice 3
You get ${{player.b03_level|to2}} and your partner gets ${{C.COMB|to2}}. (In other words, you give up ${{player.sub03|to2}}.) You get ${{C.COMB|to2}} and your partner gets ${{C.EXPERIMENTAL_PAY|to2}}. (In other words, you give up $0.) {{ for field in b03_fields }} {{ formfield field }} {{ endfor }}
Choice 4
You get ${{player.b04_level|to2}} and your partner gets ${{C.COMB|to2}}. (In other words, you give up ${{player.sub04|to2}}.) You get ${{C.COMB|to2}} and your partner gets ${{C.EXPERIMENTAL_PAY|to2}}. (In other words, you give up $0.) {{ for field in b04_fields }} {{ formfield field }} {{ endfor }}
Choice 5
You get ${{player.b05_level|to2}} and your partner gets ${{C.COMB|to2}}. (In other words, you give up ${{player.sub05|to2}}.) You get ${{C.COMB|to2}} and your partner gets ${{C.EXPERIMENTAL_PAY|to2}}. (In other words, you give up $0.) {{ for field in b05_fields }} {{ formfield field }} {{ endfor }}
Choice 6
You get ${{player.b06_level|to2}} and your partner gets ${{C.COMB|to2}}. (In other words, you give up ${{player.sub06|to2}}.) You get ${{C.COMB|to2}} and your partner gets ${{C.EXPERIMENTAL_PAY|to2}}. (In other words, you give up $0.) {{ for field in b06_fields }} {{ formfield field }} {{ endfor }}

Note: you will not be able to edit this decision later.

{{ next_button }}

{{ endblock }}