{% extends "global/Page.html" %}
{% block title %}
Task 12 of 12
Trivia{% endblock %}
{% block content %}
For this task, you answered {{ player.Trivia_correct }} out of 10 questions correctly. Therefore, you have earned {{ pay }} points for this task.
{% next_button %} {% endblock %}