{% extends "global/Page.html" %} {% load otree static %} {% block title %} Instructions (2/2) {% endblock %} {% block styles %} {% endblock %} {% block content %}

Below is an example screen from the study:


Option A
Option B
53
{{Constants.downside}} if opponent chooses A
{{Constants.upside}} if opponent chooses B


In this example, Option A is on the LEFT side of the screen and Option B is on the RIGHT.

In each round, you will choose one of the two options by pressing either the "A" key on your  keyboard for the LEFT option or the "L" key on your keyboard for the RIGHT option. On some rounds, Option A will be on the LEFT, and in other rounds it will be on the RIGHT.

In the example above:

{% next_button %}
{% endblock %}