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

Links

Open all links, each in its own browser tab.

Participant links

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

Study interface link

{{ advance_session_url }}


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.

{% include 'otree/SessionInfo.html' %} {% endblock %}