{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Round {{subsession.round_number}}/20
{% endblock %}
{% block content %}
Your avatar is shown on the right.
Here are the questions and your answers for Trivia Quiz - Part 1.
Question: {{C.q1}}
Your Answer: {{player.question1}}
Question: {{C.q2}}
Your Answer: {{player.question2}}
Question: {{C.q3}}
Your Answer: {{player.question3}}
Question: {{C.q4}}
Your Answer: {{player.question4}}
Now, we want to know how many questions of the trivia quiz you believe the answer is None of the Above. Please state a number between 0 and 4.
{{form.answer_e}}You just believed that {{player.previous_belief}} 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. | |
| Neighbor 3 | Neighbor 4 | |
| 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. | |