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

Session description

{{ doc }}

{% endif %}

Subsession descriptions

{% for app in subsession_apps %} {% endfor %}
{{ app.name }} {{ app.doc|safe }}

Start links

Then, open all links, each in its own browser tab.

Experimenter

{{ experimenter_url }}

Participants

Before participants can play, you need to click the experimenter link above and start the session.

{% for participant_url in participant_urls %} {{ participant_url }}
{% endfor %} {% if is_demo_page %}

These are single-use links. 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 %} {% endblock %}