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

Please create a personal participant ID below.


Your participant ID should consist 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

Please remember your participant ID for the next session!

{% 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 %}