{% extends "global/Page.html" %} {% load otree static %} {% block title %} Revealed cell {% endblock %} {% block content %}
Solution to the problem from cell {{problem_no}} is {{payoff_cell}}.
The cutoff value is given by {{rand_cutoff}}.
{% formfield player.solution %}
You have revealed {{player.reveal_cell_total}} cells. You can reveal upto {{Constants.cell_reveal}} cells.
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}