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

Please read the following questions carefully and select the correct answer choice for each.

{% formfield player.a_1 label="1. There are a total of 6 participants in this experiment." %}

{% formfield player.a_2 label="2. The total number of rounds for this experiment are ____." %}

{% formfield player.a_3 label="3. The minimum number of neighbours a participant can have in this experiment are ____." %}

{% formfield player.a_4 label="4. ____ is the maximum number of neighbours a participant can have in this experiment." %}

{% formfield player.a_5 label="5. At the end of each round, participants get randomly re-assigned to nodes within the network." %}

{% formfield player.a_6 label="6. In each round, a participant can observe their own assigned type as well as the assigned types of their neighbours." %}

{% formfield player.a_7 label="7. The number of points a participant can earn in each round, apart from being determined by their own assigned and reported types, are affected by the reported types of their neighbours only (and not by the reported types of all other participants in the network)." %}

{% formfield player.a_8 label="8. In round 1 of the experiment, all participants are assigned type X." %}

{% formfield player.a_9 label="9. Beginning from round 2, only one participant in each round will have their assigned type swtiched from X to Y by the experimenter." %}

{% formfield player.a_10 label="10. After switching a participant's assigned type from X to Y, the experimenter can switch their assigned type back to X in any of the subsequent rounds." %}

Show the relevant earnings table for Question 11.

{% formfield player.a_11 label="11. Suppose that a participant has 4 neighbours and his/her assigned type during a round is X. Further, suppose that 1 neighbour of this participant report their type as X and the remaining 3 report Y as their type. What will be the earning of this participant if s/he reports X as his/her type in this round?" %}

Show the relevant earnings table for Question 12.

{% formfield player.a_12 label="12. Now suppose that a participant has 3 neighbours and his/her assigned type during a round is Y. Further, suppose that 2 neighbours of this participant report their type as X and the remaining neighbour reports Y as their type. What will be the earning of this participant if s/he reports X as his/her type in this round?" %}

{% formfield player.a_13 label="13. The conversion rate between points received and the cash amount paid is given by:" %}

{% formfield player.a_14 label="14. The participation fee (or show-up fee) for this experiment is $4." %}

Click on the "Next" button below to submit your answers and see the result of the quiz.

{% next_button %} {% endblock %}