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

Here are the questions and your answers for Trivia Quiz - Part 4.

Question: {{C.q13}}

Your Answer: {{player.question13}}

Question: {{C.q14}}

Your Answer: {{player.question14}}

Question: {{C.q15}}

Your Answer: {{player.question15}}

Question: {{C.q16}}

Your Answer: {{player.question16}}

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 believes that {{player.neighbor_belief}} questions have the answer None of the Above.

{% next_button %} {% endblock %}