{% extends "otree/BaseAdmin.html" %} {% block title %} Data Export {% endblock %} {% block content %}

Citation requirement

If you publish research conducted using oTree, you are required by the oTree license to cite this paper.

Citation:

Chen, D.L., Schonger, M., Wickens, C., 2016. oTree - An open-source platform for laboratory, online and field experiments. Journal of Behavioral and Experimental Finance, vol 9: 88-97

{% if apps %} {% for app in apps %} {% endfor %}
App Data Documentation
{{ app.name }}
Time spent on each page can be downloaded here. {% else %}

No sessions has yet taken place

{% endif %}

{% endblock %}