{% extends "global/Page.html" %} {% load otree %} {% block title %} Game {{player.game_num}} {% endblock %} {% block content %} {% include Constants.instructions_template %}
-------------------------

Comprehension Test


Q1. If you are named "dictator" (player 1), your starting amount is 100 POINTs, S = 1, G = 1, and you choose to give 2 to your partner (player 2), what is your payoff? What about your partner's?
{% formfield player.r1 label = "You gain (POINTs) "%} {% formfield player.r2 label = "Your partner gains (POINTs)"%}
Q2. If you are not named "dictator" (player 2), and your partner's (player 1) starting amount is 60 POINTs, S = 2, and G = 1. If your partner decides to give you 5, what is your payoff? What about your partner's?
{% formfield player.r3 label = "You gain (POINTs) "%} {% formfield player.r4 label = "Your partner gains (POINTs)"%} {% next_button %} {% endblock %}