{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Instructions
{% endblock %}
{% block content %}
Your avatar is shown on the right.
Here are the questions and your answers for Trivia Quiz - Part {{if subsession.round_number == 1}} 1 {{elif subsession.round_number == 21}} 2 {{elif subsession.round_number == 41}} 3 {{elif subsession.round_number == 61}} 4 {{endif}} .
{{if subsession.round_number == 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}}
{{elif subsession.round_number == 21}}Question: {{C.q5}}
Your Answer: {{player.question5}}
Question: {{C.q6}}
Your Answer: {{player.question6}}
Question: {{C.q7}}
Your Answer: {{player.question7}}
Question: {{C.q8}}
Your Answer: {{player.question8}}
{{elif subsession.round_number == 41}}Question: {{C.q9}}
Your Answer: {{player.question9}}
Question: {{C.q10}}
Your Answer: {{player.question10}}
Question: {{C.q11}}
Your Answer: {{player.question11}}
Question: {{C.q12}}
Your Answer: {{player.question12}}
{{elif subsession.round_number == 61}}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}}
{{endif}}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.initial_e}}Next, we want to know how accurate you believe your answers are. Please tell us with what probability you believe you are correct in the number of answers in the quiz which are None of the Above. Please enter a percentage from 0% - 100%.
{{form.correct_e}} {% next_button %} {% endblock %}