{% extends "global/Page.html" %} {% load static %} {% block title %} Results for Part 1 {% endblock %} {% block content %}
Your payoff from the quiz is {{payoff_questions}}
Your payoff from the guesses is {{payoff_guesses}} and you won a bonus of {{payoff_bonus}}.
Your total payoff for Part 3 is: {{ total_payoff_survey }}
{% next_button %} {% endblock %}