{% extends "global/Page.html" %}
{% load otree %}
{% csrf_token %}
{% block title %}
You have completed all the tasks
{% endblock %}
{% block content %}
Thank you for participating in the experiment. You can contact
us
for any queries regarding prizes, technical difficulties, or the experiment itself.
As stated in the invitation, we collect email addresses on a voluntary basis for the sole purpose of
contacting winners. If you want a have a chance of winning a fitness tracker, enter
the
same email address you have used to register on the
PCRClab participant platform
below:
{% formfield player.personal_info label = "" %}
Once all winners have been identified, emails will be erased from the data.
Thus, the data ultimately stored and used for research purposes is entirely anonymous and gives no opportunity to
identify you or any other participant in the study.
undefined
undefinedundefinedPress the
Next button to finish the experimentundefinedundefined
{% next_button %}
{% endblock %}