{{ block title }} Practice Round Results {{ endblock }} {{ block content }}

{{ if correct }} You selected the option with the highest sum. {{ else }} {{ if player.choice }} You chose option {{ player.choice }}. {{ else }} You did not make a choice in the time. {{ endif }} The option with the highest sum of attributes was C. {{ endif }}

{{ for key, total in totals.items() }} {{ endfor }}
Options/Attributes Total
{{ total }}

Please click "Next" to start the experiment. Your bonus payment will depend on the choices you make in the next 20 rounds. To recap, 1 round out of 20 will be chosen at random to determine your payment. Hence, each round matters.

{{ next_button }} {{ endblock }}