{% extends "otree/admin/Session.html" %} {% block content %} {{ block.super }} {% if use_browser_bots %}
Links will play automatically with browser bots.
(because the session config has use_browser_bots=True
).
This session is taking place in the room {# apply underline because alert-info makes blue link on blue background invisible #} {{ room.display_name }}.
Below are single-use links for this session only. You can use these in the event that you need to open (or re-open) a specific participant's link.
P{{ forloop.counter }} | {{ participant_url }} |
Below are temporary links for testing and demonstration. To launch a real study, either create persistent links by setting up a room, or create a session through the sessions page.
You can either open {% if splitscreen_mode_on %} split-screen mode, {% endif %} the session-wide link, or the single-use links.
Open the below link in up to {{ num_participants }} browser tabs.
Open each link in its own browser tab.
P{{ forloop.counter }} | {{ participant_url }} |
You can either use the session-wide link, persistent links, or single-use links.
If it is impractical to distribute distinct URLs to each participant, you can give the following start URL to all {{ num_participants }} participants.
Note: unlike the other link modes, this does not prevent the same person from playing twice.
If you want to give your participants permanent links that don't change, you should create your session in a room.
Below are single-use links, which you can distribute to your participants. Each link has a unique code for the participant.
P{{ forloop.counter }} | {{ participant_url }} |