{% extends "global/Page.html" %} {% load otree %} {% block title %} Role Assignment {% endblock %} {% block content %} {% if player.role == "Hunter 1" %} You will be Hunter 1 for the entire experiment. Below is an example of the game matrix for you.
Your Partner
Stag Hare
You Stag 4, 4 0, {{group.hare_p2_payoff}}
Hare 1, 0 1, {{group.hare_p2_payoff}}
{% else %} You will be Hunter 2 for the entire experiment. Below is an example of the game matrix for you.
You
Stag Hare
Your Partner Stag 4, 4 0, {{group.hare_p2_payoff}}
Hare 1, 0 1, {{group.hare_p2_payoff}}
{% endif %}

If you click next button, the experiment will begin. As a reminder, you only have 20 seconds to make a choice each round. Make sure you understand the game matrix before you click next button.

{% next_button %} {% endblock %}