{% extends 'global/Page.html' %} {% block title %}Performance Overview{% endblock %} {% block content %}
Control Group: {{ control_choice }}
{% if is_principal %}As the principal, you've set the threshold at {{ threshold }}%. {{ threshold }}% of your team player's responses will be checked.
Your payoff is 3 points.
{% else %}Correct Responses: {{ correct_responses }}
Wrong Responses: {{ wrong_responses }}
Incomplete Responses: {{ incomplete_responses }}
Initial Payoff: 5 points
Your Final Reward: {{ payoff }}
{% if is_controlled %}Note: As a participant in the {{ control_choice }} group, {{ checked_percentage }}% of your responses were checked for accuracy.
Response Number | Math Task | Your Answer | Correct Answer | Status | Payoff |
---|---|---|---|---|---|
{{ row.response_number }} | {{ row.operation }} | {{ row.player_answer }} | {{ row.correct_answer }} | {{ row.status }} | {% if row.status == 'Correct' %} 0 {% else %} -0.2 {% endif %} |