{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %} The number of questions you correctly answer is {{correct}}.
You get {{player.payoff}} for the comprehension quiz.

{% next_button %} {% endblock %}