{{ block title }} Scenario #{{ round }} out of 25 {{ endblock }} {{ block content }}

The scenario for the next pair is the following:

{{ if reason == 0 }}

Both Agents participated in letter-to-numbers conversions.

Agent A has more correct answers.
Agent B has fewer correct answers.

{{ elif reason == 1 }}

Both Agents participated in the lottery.

Agent A has the higher lottery number.
Agent B has the lower lottery number.

{{ endif }} {{ if statusquo == 0 }}

Agent A starts with 6 USD.
Agent B starts with 0 USD.

{{ elif statusquo == 2 }}

Agent A starts with 4 USD.
Agent B starts with 2 USD.

{{ elif statusquo == 3 }}

Agent A starts with 3 USD.
Agent B starts with 3 USD.

{{ elif statusquo == 4 }}

Agent A starts with 2 USD.
Agent B starts with 4 USD.

{{ elif statusquo == 6 }}

Agent A starts with 0 USD.
Agent B starts with 6 USD.

{{ endif }}
{{ endblock }} {{ block style }} {{ endblock }}