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

{% if test1 == 0 %} Your answer is correct.
The pool breaks down so all your earnings would be lost.
{%else%} Your answer is false.
The pool breaks down so all your earnings would be lost. {%endif%}

{% next_button %} {% endblock %}