{% extends "global/Page.html" %} {% load otree %} {% block title %} Instructions {% endblock %} {% block content %}
Now, you will start the {{if subsession.round_number == 1}} first {{elif subsession.round_number == 21}} second {{elif subsession.round_number == 41}} third {{elif subsession.round_number == 61}} fourth {{endif}} repetition of this experiment.
You will see four trivia questions on the next screen. All participants in this experiment will see the same four trivia questions. Please answer them to the best of your ability.
If this repetition is chosen for payment, then for each question you answer correctly you will earn ${{C.quiz_correct}} payment. If you answer all 4 correctly, you will earn an extra ${{C.quiz_bonus}} as a bonus. Please continue to the quiz.
{% next_button %} {% endblock %}