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

There are several modes to play this session.

{% if fullscreen_mode_on %}

Full screen mode

To play in full screen mode, click here.

{% endif %}

Single-use link mode

Open each link in its own browser tab.

{% 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 %}