{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
{% endblock %}
{% block content %}
In round 2
Use the sliders below to see the potential payoffs for different combinations of bids.
If {% if player.id_in_group == 1 %}You win{% else %}A wins{% endif %} in round 1 |
| % chance |
% chance |
- You win and earn points
- {{ other_player_role }} loses and earns points
|
- You lose and earn points
- {{ other_player_role }} wins and earns points
|
If {% if player.id_in_group == 1 %}B wins{% else %}You win{% endif %} in round 1 |
| % chance |
% chance |
- You win and earn points
- {{ other_player_role }} loses and earns points
|
- You lose and earn points
- {{ other_player_role }} wins and earns points
|
{% next_button %}
{% endblock %}