{% extends "global/Page.html" %} {% load static %} {% block title %} Payoff Breakdown for the Trial Question {% endblock %} {% block content %}

Points for correct answer : {{ trial_q_correct }}
Points for Guess 1: {{ payoff_guess1 }}
Points for Guess 2: {{ payoff_guess2 }}
Total earnings: {{ total_payoff }}

Additional Information

Percentage of correct answers (used for Guess 1): {{ percentage_correct }}%.
Your Guess 1 was: {{trial_guess1}}.
Your partner's Guess 1 (used for Guess 2): {{ partner_trial_guess1 }}.
Your Guess 2 was: {{trial_guess2}}.

{% next_button %} {% endblock %}