{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %}
You answered {{ fn_correct }} out of {{ Constants.num_rounds }} questions correctly. Your total payoff is {{ exp_payoff }}.
{% next_button %} {% endblock %}