{% extends "global/Page.html" %} {% load otree %} {% block title %} Instructions {% endblock %} {% block content %}
| Neighbor 1 | Neighbor 2 | |
| Neighbor 3 | Neighbor 4 | |
We have now randomly assigned everyone into groups of {{C.PLAYERS_PER_GROUP}} participants.
Your goal in this part of the experiment is to use the information of the other participants in your group and answer how many questions in the previous trivia quiz were None of the Above.
Each participant in your group will be matched with one other participant in your group. One participant in your group will be matched with all six others in your group. You will only be able to see the information of your neighbors. After we show you their information, we will have you update your answer for how many questions had None of the Above as the answer. This process will be repeated 20 times.
If this trivia quiz is chosen for payment, at the end of the 20 rounds, if you have the correct answer you will earn ${{C.guess_correct}}.
You also have the ability to earn up to ${{C.belief_payment}} based on your reported answers for the accuracy of your neighbors. One of the reported beliefs will be chosen randomly to determine if you win ${{C.belief_payment}}. You maximize your overall probability to win ${{C.belief_payment}} by reporting your beliefs, in percentage 0-100%, truthfully.
Please continue to see your neighbor’ answers.
{% next_button %} {% endblock %}