{% extends "./ResultsCode.html" %} {% load otree static %} {% block title %} PART 2 - Results {% endblock %} {% block content %}
You scored {{ player.participant.vars.num_correct }} stars (total stars earned in Part 2).
Your payoff in this task is {{ player.participant.vars.payoff_memory_rounded |c}}.
Please press "Next".
{% next_button %} {% endblock %}