{% extends "base/dashboard.html" %} {% block stylesheets %} {% endblock %} {% block body %}

Experiment Lifecycle

Shut down experiment

dallinger destroy{{ sandbox_option }}--app {{ heroku_app_id }}
{% if expire_command %}

Expire MTurk HIT

{{ expire_command }}
{% endif %}

Export data

Scrub personally identifyable information

dallinger export --app {{ heroku_app_id }}

No scrubbing – PII will be retained.

dallinger export --no-scrub --app {{ heroku_app_id }}
{% endblock %} {% block scripts %} {% endblock %}