{% extends "global/Page.html" %} {% load otree static %} {% block title %} Question One {% endblock %} {% block content %}
True or False: The lending task will only be played for one round
{% if player.question_one_response == Constants.question_one_solution %}Correct!
{% else %}Incorrect. The correct answer is "True"
{% endif %} {% next_button %} {% endblock %}