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

Who determines loan satisfaction in order to proceed to final payment?

{% if player.question_five_response == Constants.question_five_solution %}

Correct!

{% else %} {% if Constants.treatment == "treatment1" or Constants.treatment == "treatment2" %}

Incorrect. The correct answer is b: "The lender"

{% else %}

Incorrect. The correct answer is c: "A contractual algorithm"

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