{% extends "ptree/BaseBuiltIn.html" %} {% block title %} Start Links {% endblock %} {% block content %}

To play, open all links, each in its own browser tab. Refresh this page to generate new links.

Experimenter link

{{ experimenter_url }}

Participant links

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