{% 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.
{% for participant_url in participant_urls %}
{{ participant_url }}
{% endfor %}
If it is impractical to distribute distinct URLs to each participant, you can give the following start URL to all participants:
Notes:
To run your experiment in a lab, see the Persistent URLs page.
{% endblock %}