{% 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.

Your neighbor
Your neighbor believes that {{player.neighbor_belief}} questions have the answer
None of the Above.

{% next_button %} {% endblock %}