{% 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 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}}
 
Neighbor 3 believes that {{player.neighbor3_belief}} questions have the answer   Neighbor 4 believes that {{player.neighbor4_belief}} questions have the answer
None of the Above.   None of the Above.
Please tell us with what probability you believe Neighbor 3 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 4 is correct in the number of answers in the quiz which are None of the Above (0% - 100%).
{{form.neighbor3_correct}}   {{form.neighbor4_correct}}

{% next_button %} {% endblock %}