{% extends "global/Page.html" %} {% load otree static %} {% block title %} Question Six {% endblock %} {% block content %} {% if Constants.treatment == "treatment1" or Constants.treatment == "treatment2" %}
If the lender does not indicate satisfaction with the payment from the borrower, how is additional compensation obtained?
{% else %}If the program does not indicate satisfaction with the payment from the borrower, how is additional compensation obtained?
{% endif %} {% if player.question_six_response == Constants.question_six_solution %}Correct!
{% else %}Incorrect. The correct answer is c:
The lender can obtain some value from the collateral up to the value minus the collateral fee
{% endif %} {% next_button %} {% endblock %}