{{ extends 'otree/Page.html' }} {{ block title }} 💰 Payment Comprehension Check ({{qu_num}}/{{qu_rep}}) {{ endblock }} {{ block content }}
{{ block attempt_warning }}{{ endblock }}
{{ block intro_header }}Understanding Your Payment{{ endblock }}
{{ block intro_body }}
📊 Payment Structure Review
Before we begin the main task, let's make sure you fully understand how your round-by-round payment works.

Your payoff in each round = Sample Quality Payment - Revoting Penalty
💡 How to Calculate Your Payoff

Step 1: Find the Sample Quality Payment from the left table.
Step 2: Find the Revoting Penalty from the right table.
Step 3: Add them together for your total payoff.

{{ endblock }}
🪨 Sample Quality Payment
Sample Quality Score Your Payment
25 {{ class_pay_dict.A.payoff }}¢
50 {{ class_pay_dict.B.payoff }}¢
75 {{ class_pay_dict.C.payoff }}¢
90 {{ class_pay_dict.D.payoff }}¢
⏱️ Revoting Penalty
Decision Speed Penalty
1 vote {{ speed_pay_dict.A.payoff }}¢
2 votes {{ speed_pay_dict.B.payoff }}¢
3 votes {{ speed_pay_dict.C.payoff }}¢
No decision (random robot sent) {{ speed_pay_dict.D.payoff }}¢
Comprehension Check

Please answer the following question to confirm your understanding of the payment structure. Use the tables above to calculate the correct total payoff.

{{ question }}

    {% for value, answer_dict in shuffled_choices %}
  • {% endfor %}
{{ block submit_button }}{{ endblock }}
{{ endblock }} {{ block styles }} {{ endblock }}