{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Please answer the multiple choice questions below {% endblock %} {% block content %} In the second stage of each round, you can see the contributions made by other participants in your group. You can pay use points from your earnings so far to decrease the income of selected participants. Each point used will decrease the income of the selected participant by 10% for this round.
{% formfield player.Q4 label="If you pay 1 of your 15 points to decrease the pay of a participant with 20 points, what would each of your take home pay for the round be?" %} {% formfield player.Q5 label="If you pay 5 of your 20 points to decrease the pay of a participant with 40 points, what would each of your take home pay for the round be?" %}
{% next_button %} {% endblock %}