{% extends "global/Page.html" %} {% load otree static %} {% block title %} Revealed cell or Average {% endblock %} {% block content %} {% if player.problem != None %}

Solution to the problem from cell {{problem_no}} is {{payoff_cell}}.

The cutoff value is given by {{rand_cutoff}}.

{% endif %} {% if player.row_problem != None %}

Solution to the problem from row {{problem_no}} is {{one_row}}.

{% endif %} {% if player.col_problem != None %}

Solution to the problem from column {{problem_no}} is {{one_col}}.

{% endif %}

{% formfield player.solution %}

You have revealed {{player.reveal_both_total}} cells or averages. You can reveal at most {{Constants.both_reveal}} cells or averages in total.

{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}