{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %}
You have completed the quiz.
You answered {{ player.num_correct }} out of 6 questions correctly.
Therfore, you earned {{ player.quiz_earnings }} from this part of the task.
You may now continue to the next part of the task.
{% next_button %} {% endblock %}