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

Results

Round Puzzle Solved Time Spent (Seconds) Deduction per 10 Seconds (£) Number of Moves Made Bonus Starting Budget (£) Final Earnings (£)
1 {% if solved.0 %} Yes {% else %} No {% endif %} {{ time.0|floatformat:0 }} {{ deduction.0|floatformat:2 }} {{ moves.0 }} {% if bonus.0 == 1 %} Yes {% else %} No {% endif %} {{ endow.0|floatformat:2 }} {{ payoff.0|floatformat:2 }}
2 {% if solved.1 %} Yes {% else %} No {% endif %} {{ time.1|floatformat:0 }} {{ deduction.1|floatformat:2 }} {{ moves.1 }} {% if bonus.1 == 1 %} Yes {% else %} No {% endif %} {{ endow.1|floatformat:2 }} {{ payoff.1|floatformat:2 }}
3 {% if solved.2 %} Yes {% else %} No {% endif %} {{ time.2|floatformat:0 }} {{ deduction.2|floatformat:2 }} {{ moves.2 }} {% if bonus.2 == 1 %} Yes {% else %} No {% endif %} {{ endow.2|floatformat:2 }} {{ payoff.2|floatformat:2 }}
4 {% if solved.3 %} Yes {% else %} No {% endif %} {{ time.3|floatformat:0 }} {{ deduction.3|floatformat:2 }} {{ moves.3 }} {% if bonus.3 == 1 %} Yes {% else %} No {% endif %} {{ endow.3|floatformat:2 }} {{ payoff.3|floatformat:2 }}
5 {% if solved.4 %} Yes {% else %} No {% endif %} {{ time.4|floatformat:0 }} {{ deduction.4|floatformat:2 }} {{ moves.4 }} {% if bonus.4 == 1 %} Yes {% else %} No {% endif %} {{ endow.4|floatformat:2 }} {{ payoff.4|floatformat:2 }}
6 {% if solved.5 %} Yes {% else %} No {% endif %} {{ time.5|floatformat:0 }} {{ deduction.5|floatformat:2 }} {{ moves.5 }} {% if bonus.5 == 1 %} Yes {% else %} No {% endif %} {{ endow.5|floatformat:2 }} {{ payoff.5|floatformat:2 }}
7 {% if solved.6 %} Yes {% else %} No {% endif %} {{ time.6|floatformat:0 }} {{ deduction.6|floatformat:2 }} {{ moves.6 }} {% if bonus.6 == 1 %} Yes {% else %} No {% endif %} {{ endow.6|floatformat:2 }} {{ payoff.6|floatformat:2 }}
8 {% if solved.7 %} Yes {% else %} No {% endif %} {{ time.7|floatformat:0 }} {{ deduction.7|floatformat:2 }} {{ moves.7 }} {% if bonus.7 == 1 %} Yes {% else %} No {% endif %} {{ endow.7|floatformat:2 }} {{ payoff.7|floatformat:2 }}
9 {% if solved_choice.0 %} Yes {% else %} No {% endif %} {{ time_choice.0|floatformat:0 }} {{ deduction_choice.0|floatformat:2 }} {{ moves_choice.0 }} {% if bonus_choice.0 == 1 %} Yes {% else %} No {% endif %} {{ endow_choice.0|floatformat:2 }} {{ payoff_choice.0|floatformat:2 }}

Round {{ payinground }} has been randomly selected for payment.

You will receive £ {{ payoffpilot3|floatformat:2 }} on top of the £ 2.50 completion fee.

{% next_button %}

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