{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Results
{% endblock %}
{% block content %}
Your answer is {% if player.Q4_choice == 3%} Correct{% else %}Wrong{% endif %}.
The correct answer is marked with ☑ below.
4. Suppose the realized state is Down. The sender reports the state to be Up. If the receiver guesses Up, the payoffs are:
(15,15)
(3,3)
☑(15, 3)
(3, 15)
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 $3.
{% next_button %}
{% endblock %}