{% extends "global/Base.html" %}
{% load staticfiles otree_tags %}
{% block title %}
Round {{ subsession.round_number }}
{% endblock %}
{% block content %}
Instructions
You have 20 seconds to make your move.
This is the game you will be playing this round:
The above payoff information can be visualized in the payoff matrix below:
The two players are Player 1 and Player 2.
Each player only has two options in each round: A or B
The payoffs for each player in a single round are described below.
| Player 2 | |||
|---|---|---|---|
| A | B | ||
| Player 1 | A | 4, 4 | 0, {% if subsession.round_number < 4 %} 2 {% else %} 3 {% endif %} |
| B | 1, 0 | 1, {% if subsession.round_number < 4 %} 2 {% else %} 3 {% endif %} | |
| Round | Your decision | Opponent's decision | Your payoff | Opponent's payoff |
|---|---|---|---|---|
| {{ p.round_number }} | {{p.prey_hunted}} | {{q.prey_hunted}} | {{p.payoff}} | {{q.payoff}} | {% else %} {% endif %}
In all rounds, you are {{ player.role }}.
{% else %}In all rounds, you are {{ player.role }}.
{% endif %} {% formfield player.prey_hunted with label="I choose:" %} {% next_button %} {% endblock %} {% block app_styles %} {% endblock %}