{% extends "otree/admin/Session.html" %} {% block content %} {{ block.super }} {% if fullscreen_mode_on %}

Try out this session in fullscreen mode.

{% endif %}

Or simply open each link in its own browser tab.

Participant links:

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

Anonymous mode

If it is impractical to distribute distinct URLs to each participant, you can give the following start URL to all participants:

{{ anonymous_url }}

Notes:

To run your experiment in a lab, see the Persistent URLs page.

{% endblock %}