{% extends "global/Page.html" %} {% load otree static %} {% block title %} Practice Session- Decision Task: Your Choice {% endblock %} {% block content %}
  • Round Number: {{ subsession.round_number}}
  • Your ID: {{ player.id_in_group}}
  • {% if group.owner_penalty == 'Yes' %}:
    You are the RENTER. The owner offered a {{ group.owner_contract }} contract and imposed a penalty on you.
    {% else %}:
    You are the RENTER. The owner offered a {{ group.owner_contract }} contract and did not impose a penalty on you.
    {% endif %}
    Payoff from Option 1 and Option 2 (All values are in points)

    Option 1: Fixed Rent without Penalty Option 2: Fixed Rent with Penalty
    What You Earn You Choose Action D 10 10
    You Choose Action G 15 10
    What Owner Earns You Choose Action D 21 21
    You Choose Action G 10 10

    Payoff from Fixed Rent with Discount Option(All values are in points)

    Option 3: Fixed Rent with Discount Discount Values 1 2 3 4 5 6 7 8 9 10
    What You Earn You Choose Action D 11 12 13 14 15 16 17 18 19 20
    You Choose Action G 15 15 15 15 15 15 15 15 15 15
    What Owner Earns You Choose Action D 20 19 18 17 16 15 14 13 12 11
    You Choose Action G 10 10 10 10 10 10 10 10 10 10
    {% formfield group.renter_action label="What action would you like to choose?" %} {% next_button %} {% endblock %} {% block app_styles %} {% endblock %}