{% extends "global/Page.html" %} {% load otree static %} {% block content %} {% include "global/fopen_bt.html" %}
Question 2 {% include "global/fopen_at.html" %}

Reward Level: {{incentives}} points per correctly solved task

{% if player.WTP_Dec1 == True %}

Suppose the recommendation costs {{ rec_points }} each round. Which of the following options do you prefer?

{% else %}

Suppose the recommendation costs nothing and to not receive the recommendation you have to pay {{ no_rec }} each round. Which of the following options do you prefer?

{% endif %}
OR
{% include "global/fclose.html" %} {% endblock %} {% block scripts %} {% block styles %} {% endblock %} {% endblock %}