{% load otree %} {% if player.information_condition == 1 %}
Initially, your group members will not know your ID number or the amount of points you spend. However, now you get a chance to send messages to your group members at costs. Group members whom you do not send message to will not know that you get the chance to send messages.
{% if player.if_victim == False %}{% formfield player.victim_c_info1 label="Which information do you want to send to Chinese Player 1?" %}
{% endif %}{% formfield player.other_c_info1 label="Which information do you want to send to a randomly chosen group member who is neither Chinese Player 1 nor yourself?" %}
{% endif %} {% if player.information_condition == 2 %}Initially, only Chinese Player 1 will know the amount of points you spend, but he/she will not know your ID number. The other group members will not know your ID number or the amount of points you spend. However, now you get a chance to send messages to your group members at costs. Group members whom you do not send message to will not know that you get the chance to send messages.
{% if player.if_victim == False %}{% formfield player.victim_c_info2 label="Which information do you want to send to Chinese Player 1?" %}
{% endif %}{% formfield player.other_c_info2 label="Which information do you want to send to a randomly chosen group member who is neither Chinese Player 1 nor yourself?" %}
{% endif %} {% if player.information_condition == 3 %}Initially, all your group members will know the amount of points you spend, but they will not know your ID number. However, now you get a chance to send messages to your group members at costs. Group members whom you do not send message to will not know that you get the chance to send messages.
{% if player.if_victim == False %}{% formfield player.victim_c_info3 label="Which information do you want to send to Chinese Player 1?" %}
{% endif %}{% formfield player.other_c_info3 label="Which information do you want to send to a randomly chosen group member who is neither Chinese Player 1 nor yourself?" %}
{% endif %}