{% extends "global/Page.html" %}
{% load otree static %}
{% block content %}
{% include "global/fopen_bt.html" %}
{% include "global/fopen_at.html" %}
There will be two screens with 33 decisions. Any of the decision can be randomly selected. If one decision is selected: - If you choose the option on the left, you will NOT get a reminder. You will also receive the points listed in the left option in EACH round. - If you choose the option on the right, you WILL get a reminder. You will also receive the points listed in the right option in EACH round.
For each of the 33 decision on the screen, you will be asked to indicate which option you prefer. To make things easier, you can simply click on the decision where you want to switch from choosing the option on the right to the option on the left. The decision you choose will be highlighted blue.
Hier vermutlich wieder 2/3 comprehension questions
{% include "global/fclose.html" %} {% endblock %} {% block scripts %} {% block styles %} {% endblock %} {% endblock %}