{% extends "otree/BaseBuiltIn.html" %} {% block title %} {{ display_name }} {% endblock %} {% block content %} {% include 'otree/SessionInfo.html' %}

Start links

Open all links, each in its own browser tab.

Experimenter link

{{ advance_session_url }}

Participant links

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

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 match groups.

{% endblock %}