{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}

Puzzle Result

You {% if player.Hanoi_success %} finished the game in {{ player.Hanoi_moves }} moves.{% else %} could not finish the game. {% endif %}
Your payoff from this is {{ player.Hanoi_payoff }}

Since 50 points = $1, this equates to {{ CurrencyPayH }}

Please press 'Next' to continue to the survey.

{% next_button %} {% endblock %}