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

Result

{% if subsession.round_number < Constants.num_rounds %} {% endif %} {% if subsession.round_number == Constants.num_rounds %} {% for p in player_in_all_rounds %} {% endfor %} {% endif %}
Round Puzzle Solved Number of Moves Made
{{ subsession.round_number }} {% if player.puzzle_solved %} Yes {% else %} No {% endif %} {{player.num_of_moves}}
{{ p.round_number }} {% if p.puzzle_solved %} Yes {% else %} No {% endif %} {{p.num_of_moves}}
{% if subsession.round_number >= Constants.num_rounds %}
You solved {{totalsolved}} out of {{ Constants.num_rounds }} games with no more than 15 moves.

You will hence receive £ {{payoffpilot2|floatformat:2}}.
{% endif %} {% if subsession.round_number <= Constants.num_rounds %}

{% next_button %}
{% endif %}

{{ form.errors }} {% endblock %} {% block scripts %} {% endblock %}