{% extends "global/Page.html" %} {% load otree static %} {% block title %} Question Two {% endblock %} {% block content %}

True or False: The lending task will only be played for one round

{% if player.question_two_response == Constants.question_two_solution %}

Correct!

{% else %}

Incorrect. The correct answer is b:

"The lender offers a loan and a repayment rate, the borrower offers collateral, the lender accepts the loan agreement"

{% endif %} {% next_button %} {% endblock %}