{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Results
{% endblock %}
{% block content %}
Your answer is {% if player.Q2_choice == 4%} Correct{% else %}Wrong{% endif %}.
The correct answer is marked with ☑ below.
2. Suppose the realized state is Middle. The sender reports the set to be Up. If the receiver guesses Up, the payoffs are:
(15,15)
(3,3)
(15, 3)
☑(15, 8)
Explanation: the receiver guesses Up, so the sender gets the highest payoff of $15. The receiver does not correctly guess the state. According to Table 1, the receiver gets $8.
{% next_button %}
{% endblock %}