{{ block title }} Additional Scenario #{{ round }} out of 6 {{ endblock }} {{ block content }}

In this scenario:

{{ 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 == 6 }}

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

{{ endif }}

How would you split the 6 USD bonus?
{{ if reason == 0 }} {{ elif reason == 1 }} {{ endif }} {{ if statusquo == 0 }} {{ elif statusquo == 6 }} {{ elif statusquo == 99 }} {{ endif }}
Agent {{ agent0 }} Agent {{ agent1 }}
More correct answers Fewer correct answersHigher lottery number Lower lottery number
 
Total: 0 USD

How would you split the 6 USD bonus?
{{ formfield 'rule' label=''}}



{{ include C.spectator_instructions }} {{ endblock }} {{ block style }} {{ endblock }} {{ block scripts }} {{ endblock }}