{% extends "global/Page.html" %} {% load otree static %} {% block title %} Question Three {% endblock %} {% block content %}
After the repayment rateand the collateral has been proposed, what is the range of points that can be loaned from the lender?
{% if player.question_three_response == Constants.question_three_solution %}Correct!
{% else %}Incorrect. The correct answer is a:
"0-10"
{% endif %} {% next_button %} {% endblock %}