{% 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 (Pence) | Number of Moves Made | Bonus | Starting Budget (£) | Final Earnings (£) |
|---|---|---|---|---|---|---|---|
| {{ subsession.round_number }} | {% if player.puzzle_solved %} Yes {% else %} No {% endif %} | {{player.time_spent|floatformat:0}} | {{per_10sec_ins|floatformat:0}} | {{player.num_of_moves}} | {% if player.num_of_moves == 8 %} Yes {% else %} No {% endif %} | {{player.endowment|floatformat:2}} | {{player.final_payoff1|floatformat:2}} |