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

Introduction: Thank you for choosing to participate in this simulation. Before being presented with the respective scenarios, you are asked to complete a series of pre-exercise surveys that measures attributes relevant to this study. All the information collected are anonymized to ensure the privacy of the participants. To signify consent, kindly type in your name in the field provided below. Please note that this name will also be used to identify you throughout the exercise.

{% formfield player.name label="" %}

{% endblock %}