{% extends "global/Page.html" %} {% load otree static %} {% block title %} Practice Session- Decision Task: Your choice {% endblock %} {% block content %} {% if player.id_in_group == 1 %}
  • Round Number: {{ subsession.round_number}}
  • Your ID: {{ player.id_in_group}}
  • You chose the fixed rental with discount contract choice.



    Payoffs from Option 3 (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 Renter Chooses Action D 20 19 18 17 16 15 14 13 12 11
    Renter Chooses Action G 10 10 10 10 10 10 10 10 10 10
    What Renter Earns Renter Chooses Action D 11 12 13 14 15 16 17 18 19 20
    Renter Chooses Action G 15 15 15 15 15 15 15 15 15 15

    {% formfield group.owner_discount label="Please indicate how much discount you would like to offer the renter" %} {% else %}

    please wait while the owner makes a contract choice

    {% endif %} {% next_button %}

    {% endblock %} {% block app_styles %} {% endblock %}