{% extends "global/Page.html" %} {% load otree %} {% block title %} End of this session's tasks {% endblock %} {% block content%} {% if max_wrong_reached %}
Unfortunately, you got the answer wrong too many times, so you did not complete this experiment.
{% else %}Congratulations, you are finished with this session's {{ max_wrong }} tasks.
{% if session.config.URL_TO_NEXT_ROOM != "" %}Use this link to come back for the next session:{{ session.config.URL_TO_NEXT_ROOM }}. Make sure to bookmark it or store it where you can find it.
Reminder: Make sure to set yourself a reminder to come back after 6am Pacific Coast Time {{ session2_day }} (or follow the link and check how much time is left until it opens). If you don't come back, you will not receive the {{ session.config.completion_bonus|c }} completion bonus or the extra payments.
{% endif %} {% endif %} {% next_button %} {% endblock %}