{{ block title }} Round {{player.round_number}} of {{ Constants.num_rounds }}: Make your choice {{ endblock }} {{ block content }} {{ if player.round_number > 1 }}

In the last round, you chose {{ if previous_choice }} G {{ else }} S {{ endif }}. {{ if learning_rule == 'rd' }}

  1. On average, players who chose G earned: {{ previous_payoff_g }}
  2. On average, players who chose S earned: {{ previous_payoff_k }}
{{ else }} You earned {{ previous_payoff }}. {{ endif }}

{{ endif }} {{ formfield 'choose_g' label='Choose your action, G or S.' }} {{ next_button }} {{ endblock }}