{{ extends 'global/Page.html' }} {{ block title }}Results{{ endblock }} {{ block content }}

End of Round {{ player.round_number }}

You correctly positioned {{ player.ret_score }} slider boxes in this round. {{ if player.is_winner }} You correctly positioned more sliders than the other employee in your group. {{ else }} You correctly positioned fewer sliders than the other employee in your group. {{ endif }}

If this round is selected for compensation, then you will receive the following payment:

{{ if session.config.cash_payment }}

You earned a fixed wage of {{ session.config.participation_fee }} USD for your work this round. {{ if player.is_winner }} Because you correctly positioned more sliders than the other employee in your group, {{ else }} Because you correctly positioned fewer sliders than the other employee in your group, {{ endif }} you also earned a bonus of {{ player.payoff }} USD.

{{ else }}

You earned a fixed wage of {{ session.config.participation_fee }} USD for your work this round. {{ if player.is_winner }} Because you correctly positioned more sliders than the other employee in your group, {{ else }} Because you correctly positioned fewer sliders than the other employee in your group, {{ endif }} you also earned a bonus of an AMC or Starbucks gift card worth {{ player.payoff }} USD.

{{ endif }}

When you are ready, please click the arrow below to begin the next round.

{{ formfields }} {{ next_button }} {{ endblock }}