{% extends "ptree/BaseBuiltIn.html" %} {% block title %} Start Links: {{ session_type_name }} {% endblock %} {% block content %} {% if doc %}

{{ doc }}

{% endif %}

To play, open all links, each in its own browser tab.

{% if is_demo_page %}

To get new start links, refresh this page. This will let you simulate a new set of participants, who will be reassigned to treatment groups and match groups.

{% endif %}

Experimenter link

{{ experimenter_url }}

Participant links

{% for participant_url in participant_urls %} {{ participant_url }}
{% endfor %} {% endblock %}