{% block title %}Comprehension Feedback{% endblock %} {% block content %}

Threshold A

Actions: {{ pos_actions_text }}

Question: Is the Threshold A reached?

{% if pos_ok %}
Correct!
{% else %}
Incorrect.
In the example, two group member's realized actions are A. Thus, the two members of the group with realized action A reached Threshold A ({{ q_z }} A's), so the correct answer is Yes, Threshold A is reached.
{% endif %}

Threshold A

Actions: {{ neg_actions_text }}

Question: Is Threshold A reached?

{% if neg_ok %}
Correct!
{% else %}
Incorrect.
In the example, one group member's realized action is A. Thus, the one member of the group with realized action A is below Threshold A ({{ q_z }} A's), so the correct answer is No, Threshold A is not reached.
{% endif %}

Set the Slider

Please set your probability of playing action A to {{ slider_target_display }}.
Your answer
{% if slider_ok %}
Correct!
{% else %}
Incorrect.
The requested value was {{ slider_target_display }}.
Correct answer
{% endif %}

Probability of Action B

If your probability of playing action A is {{ given_p_a_display }}, what is your probability of playing action B?
{% if pb_ok %}
Correct!
{% else %}
Incorrect.
The probability of playing action B is one hundred minus the probability of playing action A. Here this is 100 - {{ given_p_a_display }} = {{ expected_b_to_see }}.
{% endif %}

Realized Action A

If your probability of playing action A is {{ ra0_given_display }}, what is the probability your realized action is action A?
Slider shown
{% if ra0_ok %}
Correct!
{% else %}
Incorrect.
When the probability of playing action A is 0, the realized action is never A. The correct value is {{ ra0_given_display }}.
{% endif %}

Realized Action A

If your probability of playing action A is {{ ra1_given_display }}, what is the probability your realized action is action A?
Slider shown
{% if ra1_ok %}
Correct!
{% else %}
Incorrect.
When your probability of playing action A is 100, the realized action is always A. The correct value is {{ ra1_given_display }}.
{% endif %}

Realized Actions

Realized Actions: {{ tf_actions_text }}

Question: This means participant 1 played action A with probability 100.

{% if tf_ok %}
Correct!
{% else %}
Incorrect.
Seeing realized actions does not mean a participant chose to play that action with probability 100.
{% endif %}

Payoff Calculation

Suppose your probability of playing action A was {{ pay_given_p }}, and your realized action was {{ pay_your_realized }}, and the other group members’ realized actions were {{ pay_others_actions }}. What was your payoff?
{% if payoff_ok %}
Correct!
{% else %}
Incorrect.
Recall the payoff formula:
payoff = endowment + (Threshold (your realized action) Gain if Threshold (your realized action) is reached) − cost of your realized action.

In this example, your realized action is action B. There are 2 realized B actions, so Threshold B is reached, and those in the group who realized action B, get the Threshold B Gain. Your realized action B has a cost of 30 points.

Therefore:
payoff = 80 + 150 − 30 = 200 points.
{% endif %}
{{ next_button }}
{% endblock %}