{% extends "global/Page.html" %} {% load otree static %} {% block title %} Free Information {% endblock %} {% block content %}
{% if player.treat_type == 1 %}

In this round you have an option to learn about the payoff from {{Constants.cell_reveal}} cells without solving the problem.

If you choose the reveal option (by clicking the reveal button ) then the solution of the problem for the cell would be provided. You'll have the option to store this value.

However you cannot reveal the value for any averages. For observing averages you need to solve the given problem.

{% endif %} {% if player.treat_type == 2 %}

In this round you have an option to learn about the payoff fromn {{Constants.avg_reveal}} averages without solving the problem.

If you choose the reveal option (by clicking the reveal button ) then the solution of the problem for the average would be provided. You'll have the option to store this value.

However you cannot reveal the value for any cells in the matrix for free. For observing the value in any cell you need to solve the problem.

{% endif %} {% if player.treat_type == 3 %}

In this round you have an option to learn about the payoff from {{Constants.both_reveal}} cells or averages without solving the problem.

If you choose the reveal option (by clicking the reveal button ) then the solution of the problem for the selected cell or average would be provided. You'll have the option to store this value.

{% endif %} {% next_button %}
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}