{% extends "otree/BaseAdminRegular.html" %} {% block head_title %}Export data{% endblock %} {% block title %}Export data{% endblock %} {% block content %} {% if db_is_empty %}
No sessions have taken place yet.
{% else %}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
Data for all apps in one file. There is one row per participant; different apps and rounds are stacked horizontally. This format is useful if you want to correlate participants' behavior in one app with their behavior in another app.
| {{ row.name }} | CSV | Excel CSV |
Show API URLs
|
One row per player in the given app. If there are multiple rounds, there will be multiple rows for the same participant.
| {{ row.name }} | CSV | Excel CSV |
Show API URLs
|
| {{ row.name }} | CSV | Excel CSV |
Show API URLs
|
No custom exports found.
{% endif %}| {{ row.name }} | CSV | Excel CSV |
Show API URLs
|
otree-rest-key header to your request.
See the oTree docs for more details.