e4c_expe2/dictator_modif_class_v2/templates/dictator_modif_class_v2/Send.html

32 lines
718 B
HTML
Raw Normal View History

2025-03-30 12:32:15 +02:00
{% load otree %}
{% block title %}
Game {{game_num}} - Your Choice - (Round: {{round}})
{% endblock %}
{% block content %}
<p>
Your starting amount is <b>{{dot1}} POINTs</b>.
<br> The value <b>S</b> is <b>{{s1}}</b>: what you keep for yourself will therefore be multiplied by <b>{{s1}}</b>.
<br>The value <b>G</b> is <b>{{g1}}</b>: what you give to your partner will therefore be multiplied by <b>{{g1}}</b>.
</p>
<p> Out of the <b>{{dot1}} POINTs</b>:
{% formfield group.keep_amount label="You keep:" %}
{% formfield group.sent_amount label="You give to the other player:" %}
</p>
<p>
{% next_button %}
</p>
{% include Constants.instructions_template %}
{% endblock %}