{% extends "global/Page.html" %} {% load otree %} {% block title %} Participant ID {% endblock %} {% block content %}

Please enter the participant ID that you created during the online survey.


Remember, your participant ID consists of the first 3 letters of your first name and your date of birth.

For example, if your first name is Dave and you are born on the 23rd of May 1997 (23051997), your participant ID is Dav23051997

{% formfield player.personal_ID label="Please enter your participant ID:" %}


Note: This code is needed to connect your data from the first part of the study with the second part of the study. Once we connected your data, this code will be deleted, such that it is not possible anymore to connect your behavior to your person based on this code.

{% next_button %} {% endblock %}