{% extends "global/Page.html" %} {% load otree static %} {% block head_title %} Study {% endblock %} {% block styles %} {% endblock %} {% block content %}
| Round | Puzzle Solved | Time Spent (Seconds) | Deduction per 10 Seconds (£) | Number of Moves Made | Bonus | Starting Budget (£) | Final Earnings (£) |
|---|---|---|---|---|---|---|---|
| 9 | {% if player.puzzle_solved %} Yes {% else %} No {% endif %} | {{player.time_spent|floatformat:0}} | {{per_10sec_ins|floatformat:2}} | {{player.num_of_moves}} | {% if player.bonus == 1 %} Yes {% else %} No {% endif %} | {{player.endowment|floatformat:2}} | {{player.final_payoff1|floatformat:2}} |