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

Please review the result of your quiz before proceeding further.

Question #

Statement of the Question

Your answer

Correct answer

1 There are a total of 6 participants in this experiment. {{ a_1 }} {{ Constants.q_1 }}
2 The total number of rounds for this experiment are ____. {{ a_2 }} {{ Constants.q_2 }}
3 The minimum number of neighbours a participant can have in this experiment are ____. {{ a_3 }} {{ Constants.q_3 }}
4 ____ is the maximum number of neighbours a participant can have in this experiment. {{ a_4 }} {{ Constants.q_4 }}
5 At the end of each round, participants get randomly re-assigned to nodes within the network. {{ a_5 }} {{ Constants.q_5 }}
6 In each round, a participant can observe their own assigned type as well as the assigned types of their neighbours. {{ a_6 }} {{ Constants.q_6 }}
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). {{ a_7 }} {{ Constants.q_7 }}
8 In round 1 of the experiment, all participants are assigned type X. {{ a_8 }} {{ Constants.q_8 }}
9 Beginning from round 2, only one participant in each round will have their assigned type swtiched from X to Y by the experimenter. {{ a_9 }} {{ Constants.q_9 }}
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. {{ a_10 }} {{ Constants.q_10 }}
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? {{ a_11 }} {{ Constants.q_11 }}
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? {{ a_12 }} {{ Constants.q_12 }}
13 The conversion rate between points received and the cash amount paid is given by: {{ a_13 }} {{ Constants.q_13 }}
14 The participation fee (or show-up fee) for this experiment is $4. {{ a_14 }} {{ Constants.q_14 }}

Click on the "Next" button below to begin the experiment.

{% next_button %} {% endblock %}