{% extends "global/Page.html" %} {% load otree static %} {% load staticfiles %} {% block title %} Quiz: Question {{player.question_number}} {% endblock %} {% block content %} {% if form.errors %}
    Your answer is incorrect. Please try again.
{% endif %} {% include "global/Preferences.html" %}
Assume the blue alternative has been implemented. What is the payment for Player 4?

{% include "global/Question.html" %}
{% next_button %}
{% endblock %}