{% extends "global/Page.html" %} {% load otree static %} {% block head_title %} Study {% endblock %} {% block styles %} {% endblock %} {% block content %}
| Round | Puzzle Solved | Time Spent (Seconds) | 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}} | {{player.num_of_moves}} | {% if player.bonus == 1 %} Yes {% else %} No {% endif %} | {{player.endowment|floatformat:2}} | {{final_payoff1|floatformat:2}} |