{% extends "global/Page.html" %} {% load otree %} {% block title %} Round {{round}}/20 {% endblock %} {% block content %}

On this page, you can see your neighbors' beliefs on how many questions have the answer None of the Above.

Neighbor 1 Neighbor 2
Neighbor 1 believes that {{player.neighbor1_belief}} questions have the answer Neighbor 2 believes that {{player.neighbor2_belief}} questions have the answer
None of the Above. None of the Above.
Please tell us with what probability you believe Neighbor 1 is correct in the number of answers in the quiz which are None of the Above (0% - 100%). Please tell us with what probability you believe Neighbor 2 is correct in the number of answers in the quiz which are None of the Above (0% - 100%).
{{form.neighbor1_correct}} {{form.neighbor2_correct}}

{% next_button %} {% endblock %}