{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Role Assignment {% endblock %} {% block content %}
Before you start with the task, there is something important that you need to know. That is, in the task one of you will be called Person 1, and the other person will be called Person 2.
The computer has randomly determined that you are {{ownrole}} and the other participant is {{othersrole}}.
You will remain the {{ownrole}} during all three rounds of the task, and the other person will remain the {{othersrole}}. To proceed to the task, please click the next button.
{% next_button %}
{% endblock %}