{{ block title }}Results{{ endblock }} {{ block content }} You earned {{ player.pay }} points this round. {{if player.round_number == 1}} Remember, this was a practice round. One of the next 12 rounds will be selected at random to be the payment round. {{else}} If this round is selected as the payment round, these points will be added to the points you earn for completing the study and the points you earned for each correctly answered comprehension question to determine your total payment. {{endif}}

The table below lists the prices of the products offered for sale, and whether those products were sold. If no products are listed, no products were offered for sale. After reviewing the table, please press next to continue.
{{ for p in player.subsession.get_players() }} {{ if p.role == "Seller" }} {{ if p.offer > 0 }} {{if p == player }} {{if p.isoffertaken == 1}} {{else}} {{endif}} {{else}} {{if p.isoffertaken == 1}} {{else}} {{endif}} {{endif}} {{endif}} {{endif}} {{endfor}}
Price Sold
{{p.offerPrice}} Yes No
{{p.offerPrice}} Yes No

{{ next_button }} {{ endblock }}