{% extends "global/Page.html" %} {% load otree static %} {% block title %} Question Four {% endblock %} {% block content %}
What is the project return that is applied to the loan before the borrower decides on payment back to the lender?
{% if player.question_four_response == Constants.question_four_solution %}Correct!
{% else %}Incorrect. The correct answer is d: "3"
{% endif %} {% next_button %} {% endblock %}